StableDistributionBaseAlt1GnIFindXOfPDFCoreY Method |
Finds the abscissa where the transformed PDF core reaches a given value.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double FindXOfPDFCoreY(
double ysearch,
double tolerance
)
Parameters
- ysearch Double
- The target core value.
- tolerance Double
- The tolerated deviation.
Return Value
DoubleThe corresponding abscissa.
See Also