Click or drag to resize

StableDistributionBaseAlt1GnDA1PDFFuncLogIntToLeft Method

Evaluates the logarithmically transformed PDF integrand to the left of the peak region.

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

Parameters

z  Double
The logarithmic integration variable.

Return Value

Double
The transformed PDF integrand value.
See Also