You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/release/version0.5.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ New and Improved Graphics
100
100
Power and Sample Size Calculations
101
101
----------------------------------
102
102
103
-
The power module (``statsmodel.stats.power``) currently implements power and sample size calculations for the t-tests (:class:`sm.stats.TTestPower <TTestPower>`, :class:`sm.stats.TTestIndPower <TTestIndPower>`), normal based test (:class:`sm.stats.NormIndPower <NormIndPower>`), F-tests (:class:`sm.stats.FTestPower <FTestPower>`, `:class:sm.stats.FTestAnovaPower <FTestAnovaPower>`) and Chisquare goodness of fit (:class:`sm.stats.GofChisquarePower <GofChisquarePower>`) test. The implementation is class based, but the module also provides three shortcut functions, :func:`sm.stats.tt_solve_power <tt_solve_power>`, :func:`sm.stats.tt_ind_solve_power <tt_ind_solve_power>` and :func:`sm.stats.zt_ind_solve_power <zt_ind_solve_power>` to solve for any one of the parameters of the power equations. See this `blog post <http://jpktd.blogspot.fr/2013/03/statistical-power-in-statsmodels.html>`_ for a more in-depth description of the additions.
103
+
The power module (``statsmodels.stats.power``) currently implements power and sample size calculations for the t-tests (:class:`sm.stats.TTestPower <TTestPower>`, :class:`sm.stats.TTestIndPower <TTestIndPower>`), normal based test (:class:`sm.stats.NormIndPower <NormIndPower>`), F-tests (:class:`sm.stats.FTestPower <FTestPower>`, `:class:sm.stats.FTestAnovaPower <FTestAnovaPower>`) and Chisquare goodness of fit (:class:`sm.stats.GofChisquarePower <GofChisquarePower>`) test. The implementation is class based, but the module also provides three shortcut functions, :func:`sm.stats.tt_solve_power <tt_solve_power>`, :func:`sm.stats.tt_ind_solve_power <tt_ind_solve_power>` and :func:`sm.stats.zt_ind_solve_power <zt_ind_solve_power>` to solve for any one of the parameters of the power equations. See this `blog post <http://jpktd.blogspot.fr/2013/03/statistical-power-in-statsmodels.html>`_ for a more in-depth description of the additions.
104
104
105
105
106
106
Other important new features
@@ -251,7 +251,7 @@ Pull Requests (172):
251
251
* :ghpull:`1009`: MAINT: Add .mailmap file.
252
252
* :ghpull:`817`: Add 3 new unit tests for arima_process
253
253
* :ghpull:`1001`: BUG include_package_data for install closes #907
254
-
* :ghpull:`1005`: GITHUB: Contributing guidlines
254
+
* :ghpull:`1005`: GITHUB: Contributing guidelines
255
255
* :ghpull:`1007`: Cleanup docs for release
256
256
* :ghpull:`1003`: BUG: Workaround for bug in sphinx 1.1.3. See #1002.
257
257
* :ghpull:`1004`: DOC: Update maintainer notes with branching instructions.
@@ -277,7 +277,7 @@ Pull Requests (172):
277
277
* :ghpull:`949`: BUG fix lowess sort when nans closes #946
278
278
* :ghpull:`932`: ENH: support basinhopping solver in LikelihoodModel.fit()
279
279
* :ghpull:`927`: DOC: clearer minimal example
280
-
* :ghpull:`919`: Ols summary crash
280
+
* :ghpull:`919`: OLS summary crash
281
281
* :ghpull:`918`: Fixes10 emplike lowess
282
282
* :ghpull:`909`: Bugs in GLM pvalues, more tests, pylint
283
283
* :ghpull:`906`: ENH: No fmax with Windows SDK so define inline.
@@ -526,7 +526,7 @@ Issues (208):
526
526
* :ghissue:`549`: Ship released patsy source in statsmodels
527
527
* :ghissue:`588`: patsy is a hard dependency?
528
528
* :ghissue:`716`: Tests missing for functions if pandas is used
529
-
* :ghissue:`715`: statmodels regression plots not working with pandas datatypes
529
+
* :ghissue:`715`: statsmodels regression plots not working with pandas datatypes
530
530
* :ghissue:`450`: BUG: full_output in optimizers Likelihood model
531
531
* :ghissue:`709`: DOCstrings linear models don't have missing params
532
532
* :ghissue:`370`: BUG weightstats has wrong cov
@@ -593,7 +593,7 @@ Issues (208):
593
593
* :ghissue:`495`: ENH: add footer SimpleTable
594
594
* :ghissue:`402`: model._data -> model.data?
595
595
* :ghissue:`477`: VAR NaN Bug
596
-
* :ghissue:`421`: Enhancment: Handle Missing Data
596
+
* :ghissue:`421`: Enhancement: Handle Missing Data
597
597
* :ghissue:`489`: Expose model._data as model.data
598
598
* :ghissue:`315`: tsa models assume pandas object indices are dates
599
599
* :ghissue:`440`: arima predict is broken for steps > q and q != 1
0 commit comments