Click or drag to resize

StableDistributionBaseAlt1GpDA1PDFFuncLogIntToRight Method

Evaluates the logarithmic PDF integrand on the right-hand interval.

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

Parameters

z  Double
The logarithmic integration variable.

Return Value

Double
The transformed PDF value.
See Also