Click or drag to resize

StableDistributionBaseGenerateAsymmetricCaseS1_AEq1 Method

Generates random variates for the asymmetric S1 case when alpha equals 1.

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

Parameters

alpha  Double
Characteristic exponent of the stable distribution.
beta  Double
Skewness parameter.

Return Value

Double
A generated random value for the alpha equals one case.
See Also