Click or drag to resize

StableDistributionBaseGenerateSymmetricCase Method

Generates a symmetric stable variate for the provided characteristic exponent.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected double GenerateSymmetricCase(
	double alpha
)

Parameters

alpha  Double
Characteristic exponent of the stable distribution.

Return Value

Double
A generated random value for the symmetric case.
See Also