pkgsrc/math/py-statsmodels/DESCR
minskim 7c6b72e547 math/py-statsmodels: Update to 0.10.2
This is a major release from 0.9.0 and includes a number new
statistical models and many bug fixes.

Highlights include:

* Generalized Additive Models. This major feature is experimental and
  may change.
* Conditional Models such as ConditionalLogit, which are known as
  fixed effect models in Econometrics.
* Dimension Reduction Methods include Sliced Inverse Regression,
  Principal Hessian Directions and Sliced Avg. Variance Estimation
* Regression using Quadratic Inference Functions (QIF)
* Gaussian Process Regression
2020-01-08 01:23:22 +00:00

6 lines
370 B
Text

statsmodels is a Python module that provides classes and functions for
the estimation of many different statistical models, as well as for
conducting statistical tests, and statistical data exploration. An
extensive list of result statistics are available for each
estimator. The results are tested against existing statistical
packages to ensure that they are correct.