summaryrefslogtreecommitdiff
path: root/math/py-statsmodels (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* math/py-statsmodels: switch to GitHub, clean up stuffJohannes Jost Meixner2015-05-223-6245/+6
| | | | | | | | | - switch upstream to GitHub - as there is no new release available, bump PORTREVISION - remove Sphinx build from docs option, due to recursive imports. Notes: svn path=/head/; revision=386983
* math/py-statsmodels: update to 0.6.1, unbreak, modernizeJohannes Jost Meixner2014-12-093-450/+4675
| | | | | | | | | | | - update to 0.6.1 and unbreak - replace noegginfo with concurrent in USE_PYTHON Differential Revision: https://reviews.freebsd.org/D1287 Approved by: swills (mentor) Notes: svn path=/head/; revision=374411
* Update "BSD" license in math categoryMark Felder2014-12-071-1/+1
| | | | Notes: svn path=/head/; revision=374217
* Cleanup plistAntoine Brodin2014-11-141-124/+0
| | | | Notes: svn path=/head/; revision=372555
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371328
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Mark BROKEN: Fails to buildAntoine Brodin2014-06-191-0/+2
| | | | | | | | | | | | | | | | | | | building [html]: targets for 66 source files that are out of date updating environment: 1739 added, 0 changed, 0 removed reading sources... [ 0%] anova Traceback (most recent call last): ... File "/wrkdirs/usr/ports/math/py-statsmodels/work/statsmodels-0.5.0/docs/sphinxext/ipython_directive.py", line 589, in setup store_history=False) File "/wrkdirs/usr/ports/math/py-statsmodels/work/statsmodels-0.5.0/docs/sphinxext/ipython_directive.py", line 260, in process_input_line source_raw = splitter.source_raw_reset()[1] AttributeError: 'IPythonInputSplitter' object has no attribute 'source_raw_reset' *** [do-build] Error code 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=358468
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* math/py-statsmodels: Complement to SciPy for statistical computationsWilliam Grzybowski2013-11-224-0/+2207
Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation and inference for statistical models. Main Features: * linear regression models: GLS (including WLS and LS aith AR errors) and OLS. * glm: Generalized linear models with support for all of the one-parameter exponential family distributions. * discrete: regression with discrete dependent variables, including Logit, Probit, MNLogit, Poisson, based on maximum likelihood estimators * rlm: Robust linear models with support for several M-estimators. * tsa: models for time series analysis - univariate: AR, ARIMA; multivariate: VAR and structural VAR * nonparametric: (Univariate) kernel density estimators * datasets: Datasets to be distributed and used for examples and in testing. * stats: a wide range of statistical tests, diagnostics and specification tests * iolib: Tools for reading Stata .dta files into numpy arrays, printing table output to ascii, latex, and html * miscellaneous models * sandbox: statsmodels contains a sandbox folder with code in various stages of * developement and testing which is not considered "production ready", including Mixed models, GARCH and GMM estimators, kernel regression, panel data models. WWW: https://www.github.com/statsmodels/statsmodels PR: ports/183932 Submitted by: Johannes Jost Meixner <xmj chaot.net> Notes: svn path=/head/; revision=334582