StableDistributionFellerGetAlt1GnParameterByGamma Method |
Calculates integration parameters for the alpha < 1, gamma < 0 branch.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void GetAlt1GnParameterByGamma(
double x,
double alpha,
double gamma,
double aga,
out double? factorp,
out double? facdiv,
out double? dev,
out double? logPdfPrefactor
)
Parameters
- x Double
- The argument.
- alpha Double
- Distribution parameter alpha.
- gamma Double
- Distribution parameter gamma.
- aga Double
- Alternative gamma parameter to improve precision.
- factorp Double
- Receives the powered factor used by the integrand.
- facdiv Double
- Receives the divisor factor used by the integrand.
- dev Double
- Receives the integration limit parameter.
- logPdfPrefactor Double
- Receives the logarithmic prefactor of the density.
See Also