Click or drag to resize

StableDistributionBaseParameterConversionFellerToS1 Method

Converts parameters from Feller's parametrization to the S1 parametrization.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void ParameterConversionFellerToS1(
	double alpha,
	double gamma,
	double aga,
	double sigmaf,
	double muf,
	out double beta,
	out double abe,
	out double sigma1,
	out double mu1
)

Parameters

alpha  Double
The characteristic exponent.
gamma  Double
The Feller gamma parameter.
aga  Double
The alternative gamma helper value.
sigmaf  Double
The Feller scale parameter.
muf  Double
The Feller location parameter.
beta  Double
On return, the skewness parameter.
abe  Double
On return, the alternative beta helper value.
sigma1  Double
On return, the S1 scale parameter.
mu1  Double
On return, the S1 location parameter.
See Also