Click or drag to resize

StableDistributionBaseAlt1GnIA1PDFCoreZeroDev Method

Special calculation of the core function if dev==0. Especially accurate when alpha is very close to 1.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double PDFCoreZeroDev(
	double thetas
)

Parameters

thetas  Double
The integration angle.

Return Value

Double
The value of the core function for the specified angle.
See Also