Click or drag to resize

StableDistributionBaseAlt1GnIFindXOfPDFCoreY Method

Finds the abscissa where the transformed PDF core reaches a given value.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double FindXOfPDFCoreY(
	double ysearch,
	double tolerance
)

Parameters

ysearch  Double
The target core value.
tolerance  Double
The tolerated deviation.

Return Value

Double
The corresponding abscissa.
See Also