This is documentation for an old release of SciPy (version 1.7.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.stats.NumericalInverseHermite.ppf

NumericalInverseHermite.ppf(q)[source]

Approximate percent point function (inverse cdf) of the given RV.

Parameters
qarray_like

lower tail probability.

Returns
xarray_like

quantile corresponding to the lower tail probability q.