Click or drag to resize

StableDistributionBaseAeq1DPDFCore Method

Evaluates the transformed PDF core.

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

Parameters

thetas  Double
The transformed integration angle.

Return Value

Double
The value of the transformed PDF core.
See Also