Click or drag to resize

StableDistributionBaseParameterConversionFellerToS0 Method

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

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

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.
sigma0  Double
On return, the S0 scale parameter.
mu0  Double
On return, the S0 location parameter.
See Also