StableDistributionFellerGetEvaluationMethod Method |
Determines the evaluation strategy for the probability density function.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected static StableDistributionFellerPdfEvaluationMethod GetEvaluationMethod(
double alpha,
double x,
bool isGammaAtBoundary,
bool isGammaPositive
)
Parameters
- alpha Double
- Distribution parameter alpha.
- x Double
- The evaluation point.
- isGammaAtBoundary Boolean
- Whether gamma lies on its boundary.
- isGammaPositive Boolean
- Whether gamma is positive.
Return Value
StableDistributionFellerPdfEvaluationMethodThe selected evaluation method.
See Also