scikits.statsmodels.tools.monotone_fn_inverter

scikits.statsmodels.tools.monotone_fn_inverter(fn, x, vectorized=True, **keywords)

Given a monotone function x (no checking is done to verify monotonicity) and a set of x values, return an linearly interpolated approximation to its inverse from its values on x.

Previous topic

scikits.statsmodels.tools.isestimable

Next topic

scikits.statsmodels.tools.rank

This Page