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.