tools.tools.monotone_fn_inverter()

statsmodels.tools.tools.monotone_fn_inverter statsmodels.tools.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.

static RLMResults.bcov_scaled()

statsmodels.robust.robust_linear_model.RLMResults.bcov_scaled static RLMResults.bcov_scaled() [source]

SimpleTable.reverse()

statsmodels.iolib.table.SimpleTable.reverse SimpleTable.reverse() L.reverse() ? reverse IN PLACE

IVRegressionResults.get_robustcov_results()

statsmodels.sandbox.regression.gmm.IVRegressionResults.get_robustcov_results IVRegressionResults.get_robustcov_results(cov_type='HC1', use_t=None, **kwds) create new results instance with robust covariance as default Parameters: cov_type : string the type of robust sandwich estimator to use. see Notes below use_t : bool If true, then the t distribution is used for inference. If false, then the normal distribution is used. kwds : depends on cov_type Required or optional arguments for ro

sandbox.regression.try_catdata.groupsstats_1d()

statsmodels.sandbox.regression.try_catdata.groupsstats_1d statsmodels.sandbox.regression.try_catdata.groupsstats_1d(y, x, labelsunique) [source] use ndimage to get fast mean and variance

BinaryModel.hessian()

statsmodels.discrete.discrete_model.BinaryModel.hessian BinaryModel.hessian(params) The Hessian matrix of the model

ARIMA.geterrors()

statsmodels.tsa.arima_model.ARIMA.geterrors ARIMA.geterrors(params) Get the errors of the ARMA process. Parameters: params : array-like The fitted ARMA parameters order : array-like 3 item iterable, with the number of AR, MA, and exogenous parameters, including the trend

NonlinearIVGMM.momcond_mean()

statsmodels.sandbox.regression.gmm.NonlinearIVGMM.momcond_mean NonlinearIVGMM.momcond_mean(params) mean of moment conditions,

static ARIMAResults.mafreq()

statsmodels.tsa.arima_model.ARIMAResults.mafreq static ARIMAResults.mafreq() Returns the frequency of the MA roots. This is the solution, x, to z = abs(z)*exp(2j*np.pi*x) where z are the roots.

sandbox.tsa.fftarma.ArmaFft()

statsmodels.sandbox.tsa.fftarma.ArmaFft class statsmodels.sandbox.tsa.fftarma.ArmaFft(ar, ma, n) [source] fft tools for arma processes This class contains several methods that are providing the same or similar returns to try out and test different implementations. Notes TODO: check whether we don?t want to fix maxlags, and create new instance if maxlag changes. usage for different lengths of timeseries ? or fix frequency and length for fft check default frequencies w, terminology norw n_or_w