Click or drag to resize

StableDistributionFellerGetEvaluationMethod Method

Determines the evaluation strategy for the probability density function.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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

StableDistributionFellerPdfEvaluationMethod
The selected evaluation method.
See Also