6. statsmodel.sandbox2

More sandbox (in subfolders)

6.2. statsmodels.sandbox.datarich

statsmodels.sandbox.datarich Econometrics for a Datarich Environment
statsmodels.sandbox.datarich.factormodels Created on Sun Nov 14 08:21:41 2010

6.3. statsmodels.sandbox.distributions

statsmodels.sandbox.distributions temporary location for enhancements to scipy.stats
statsmodels.sandbox.distributions.copula Which Archimedean is Best?
statsmodels.sandbox.distributions.estimators estimate distribution parameters by various methods
statsmodels.sandbox.distributions.extras Various extensions to distributions
statsmodels.sandbox.distributions.genpareto Created on Thu Aug 12 14:59:03 2010
statsmodels.sandbox.distributions.gof_new More Goodness of fit tests
statsmodels.sandbox.distributions.multivariate Multivariate Distribution
statsmodels.sandbox.distributions.mv_measures using multivariate dependence and divergence measures
statsmodels.sandbox.distributions.mv_normal Multivariate Normal and t distributions
statsmodels.sandbox.distributions.otherdist Parametric Mixture Distributions
statsmodels.sandbox.distributions.quantize Quantizing a continuous distribution in 2d
statsmodels.sandbox.distributions.sppatch patching scipy to fit distributions and expect method
statsmodels.sandbox.distributions.transform_functions Nonlinear Transformation classes
statsmodels.sandbox.distributions.transformed A class for the distribution of a non-linear monotonic transformation of a continuous random variable
statsmodels.sandbox.distributions.try_max adjusted from Denis on pystatsmodels mailing list
statsmodels.sandbox.distributions.try_pot Created on Wed May 04 06:09:18 2011

6.7. statsmodels.sandbox.regression

statsmodels.sandbox.regression.anova_nistcertified calculating anova and verifying with NIST test data
statsmodels.sandbox.regression.ar_panel Paneldata model with fixed effect (constants) and AR(1) errors
statsmodels.sandbox.regression.example_kernridge
statsmodels.sandbox.regression.gmm Generalized Method of Moments, GMM, and Two-Stage Least Squares for
statsmodels.sandbox.regression.kernridgeregress_class Kernel Ridge Regression for local non-parametric regression
statsmodels.sandbox.regression.onewaygls F test for null hypothesis that coefficients in several regressions are the same
statsmodels.sandbox.regression.penalized linear model with Theil prior probabilistic restrictions, generalized Ridge
statsmodels.sandbox.regression.predstd Additional functions
statsmodels.sandbox.regression.sympy_diff Created on Sat Mar 13 07:56:22 2010
statsmodels.sandbox.regression.tools gradient/Jacobian of normal and t loglikelihood
statsmodels.sandbox.regression.treewalkerclass Formulas
statsmodels.sandbox.regression.try_catdata
statsmodels.sandbox.regression.try_ols_anova convenience functions for ANOVA type analysis with OLS
statsmodels.sandbox.regression.try_treewalker Trying out tree structure for nested logit

6.9. statsmodels.sandbox.tests

statsmodels.sandbox.tests Econometrics for a Datarich Environment
statsmodels.sandbox.tests.datamlw
statsmodels.sandbox.tests.maketests_mlabwrap generate py modules with test cases and results from mlabwrap
statsmodels.sandbox.tests.model_results This should be merged into statsmodels/tests/model_results.py when things move out of the sandbox.
statsmodels.sandbox.tests.savervs generates some ARMA random samples and saves to python module file
statsmodels.sandbox.tests.test_formula Test functions for models.formula
statsmodels.sandbox.tests.test_gam Tests for gam.AdditiveModel and GAM with Polynomials compared to OLS and GLM
statsmodels.sandbox.tests.test_pca tests for pca and arma to ar and ma representation

6.10. statsmodels.sandbox.tools

statsmodels.sandbox.tools some helper function for principal component and time series analysis
statsmodels.sandbox.tools.cross_val Utilities for cross validation.
statsmodels.sandbox.tools.mctools Helper class for Monte Carlo Studies for (currently) statistical tests
statsmodels.sandbox.tools.tools_pca Principal Component Analysis
statsmodels.sandbox.tools.try_mctools Created on Fri Sep 30 15:20:45 2011

6.11. statsmodels.sandbox.tsa

statsmodels.sandbox.tsa functions and classes time series analysis
statsmodels.sandbox.tsa.diffusion getting started with diffusions, continuous time stochastic processes
statsmodels.sandbox.tsa.diffusion2 Diffusion 2: jump diffusion, stochastic volatility, stochastic time
statsmodels.sandbox.tsa.example_arma
statsmodels.sandbox.tsa.fftarma Created on Mon Dec 14 19:53:25 2009
statsmodels.sandbox.tsa.garch
statsmodels.sandbox.tsa.movstat using scipy signal and numpy correlate to calculate some time series
statsmodels.sandbox.tsa.try_arma_more Periodograms for ARMA and time series
statsmodels.sandbox.tsa.try_fi using lfilter to get fractional integration polynomial (1-L)^d, d<1
statsmodels.sandbox.tsa.try_var_convolve
statsmodels.sandbox.tsa.varma VAR and VARMA process