StableDistributionBaseGammaFromAlphaBetaTanPiA2 Method |
Converts the skewness parameter from beta-form to Feller's gamma-form using a precomputed tangent term.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected static double GammaFromAlphaBetaTanPiA2(
double alpha,
double beta,
double abe,
double tan_pi_alpha_2,
out double aga
)
Parameters
- alpha Double
- The characteristic exponent.
- beta Double
- The skewness parameter in beta-form.
- abe Double
- The alternative beta helper value.
- tan_pi_alpha_2 Double
- The tangent of alpha * Pi / 2.
- aga Double
- On return, the alternative gamma helper value.
Return Value
DoubleThe gamma parameter in Feller's parametrization.
See Also