Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

El desc #326

Closed
wants to merge 81 commits into from
Closed
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
8f5493a
ENH: Empirical Likelihood hyothesis test for the mean
j-grana6 May 22, 2012
0648214
ENH: EL confidence interval for the mean
j-grana6 May 24, 2012
3e35106
ENH: Empirical Likelihood hypothesis test and convidence interval for…
j-grana6 Jun 7, 2012
91cc21c
ENH: Multivariate Empirical Likelihood test for the mean.
j-grana6 Jun 8, 2012
4dbb4b9
ENH: Empirical Likelihood confidence region for bivariate mean
j-grana6 Jun 8, 2012
8fc38f0
ENH: Confidence region plot for univariate mean and variance
j-grana6 Jun 8, 2012
02ddd18
ENH: Empirical Likelihood test for skewness. Also changed ci_var() t…
j-grana6 Jun 10, 2012
221c60d
ENH: Empirical Likelihood hypothesis test for Kurtosis.
j-grana6 Jun 10, 2012
896e20d
ENH: Empirical Likelihood confidence interval for skewness
j-grana6 Jun 10, 2012
2a1db8a
DOC: Fixed documentation on ci_skew(). Only took a long time because…
j-grana6 Jun 10, 2012
9e10b81
ENH: Empirical Likelihood confidence intervals for Kurtosis
j-grana6 Jun 10, 2012
fd2d446
ENH: Empirical likelihood hypothesis test for correlation coefficient.
j-grana6 Jun 11, 2012
59fcf02
ENH: Empirical Likelihood confidence interval for the correlation coe…
j-grana6 Jun 11, 2012
5bef710
Changed api to import el.DescStat
j-grana6 Jun 19, 2012
c9ccdad
BUG: Fixed all weights to output n X 1
j-grana6 Jun 19, 2012
6550d27
BUG: Fixed degrees of freedom for mv_hy_test_mean. Also allowed exce…
j-grana6 Jun 19, 2012
1dbbbcf
DOC: Fixed Doc for Kurtosis
j-grana6 Jun 20, 2012
a78bb81
Style: Deleted 'print' statements in hy_test_corr
j-grana6 Jun 20, 2012
bbad057
ENH: Init files for EL
j-grana6 Jun 20, 2012
9af284c
ENH: Modified api to import EL
j-grana6 Jun 21, 2012
454d3ba
TST: Added tests for EL descriptive statistics
j-grana6 Jun 21, 2012
f30c32f
DOC: Fixed Doc per Joseph's comments. Also, changed modif_newton to …
j-grana6 Jun 21, 2012
4d4e952
Updated the rest per Josef's comments. Will address comments individ…
j-grana6 Jun 21, 2012
9659c52
DOC: Fixed Documentation to comply with numpy documentation. Address…
j-grana6 Jun 21, 2012
fd3e4f8
Revert to old names for empirical likelihood
j-grana6 Jun 22, 2012
3a66fcb
Proper Rename
j-grana6 Jun 22, 2012
6004247
Fixed api import
j-grana6 Jun 22, 2012
da4adb9
ENH: EL hypothesis tests for regression parameters.
j-grana6 Jun 29, 2012
ca50837
DOC: Fixed documentation for mv_hy_test_mean. (Was ambiguous)
j-grana6 Jun 29, 2012
c507101
ENH: Empirical likelihood confidence intervals for regression paramet…
j-grana6 Jul 2, 2012
869133d
Improved documentation and added optional parameters for regression p…
j-grana6 Jul 4, 2012
5b6477f
Deleted EL regression and moved to a new branch to keep el_desc conta…
j-grana6 Jul 4, 2012
b36202d
Changed _modif_newton to use Newton algorithm in statsmodels.
j-grana6 Jul 6, 2012
2f74d88
BUG: Fixed imports for EL descriptive statistics tests
j-grana6 Jul 6, 2012
00e1d08
Fixed api import name. Changed from el to emplike
j-grana6 Jul 6, 2012
d67d531
Cleanup imports in descriptive
j-grana6 Jul 7, 2012
58f98f2
Removed space from class name in test_descriptive.py
j-grana6 Jul 9, 2012
20b8a05
Fixed default method for ci_mean
j-grana6 Jul 12, 2012
3686aa6
Deleted print statement that was used to debug
j-grana6 Jul 12, 2012
afb3dec
ENH: Joint hypothesis test for skewness and kurtosis
j-grana6 Jul 13, 2012
18aaff3
TST: Test and results for joint skew/kurt test
j-grana6 Jul 13, 2012
429bce9
Renamed ElModel to ELModel
j-grana6 Jul 25, 2012
4fc48cb
Made a OptFuncts and logstar private
j-grana6 Jul 25, 2012
c0e4d7f
Removed copy in _get_j_y
j-grana6 Jul 25, 2012
a9d6ef5
DOC: Fixed whitespace in docstring
j-grana6 Jul 25, 2012
2b07d7f
Renmed test to tests
j-grana6 Jul 25, 2012
81cf3c8
Removed np.copy in _get_j_y. Still is an issue when removing copy fr…
j-grana6 Jul 25, 2012
b1dd662
BUG: Fixed mv_hy_test-mean
j-grana6 Jul 25, 2012
0e1c64e
BUG: Changed concatenate and reshape to vstack
j-grana6 Jul 25, 2012
7fa9de0
Separated univariate and multivariate descriptive statistics
j-grana6 Jul 25, 2012
c468c18
BUG: Trying to avoid for loop but have shape problems.
j-grana6 Jul 25, 2012
77cf2aa
BUG: Fixed shape problem
j-grana6 Jul 25, 2012
fad214e
PEP8
j-grana6 Jul 25, 2012
0f412ea
Made endog and nobs function variables from class attributes
j-grana6 Jul 25, 2012
6f9ee0a
Deleted print statements from functions
j-grana6 Jul 25, 2012
eebb4b4
EX: Descriptive Statistics Examples
j-grana6 Jul 25, 2012
4f8b6b3
Removed debugging lines
j-grana6 Jul 26, 2012
6f320cf
Removed 'hy' form function names
j-grana6 Jul 26, 2012
e15c083
Changed 1-chi2.cdf to chi2.sf and reversed pval and llr in results.
j-grana6 Jul 26, 2012
5a0f4e2
DOC: Fixed documentation to reflect changing order of pval and llr
j-grana6 Jul 26, 2012
acf96d3
Removed est_vect as an attribute and made it function parameter
j-grana6 Jul 26, 2012
df96a87
BUG: Added minus sign in log_star. It was not affecting results.
j-grana6 Aug 1, 2012
daf90de
Improve performance of NEwton optimizer.
j-grana6 Aug 8, 2012
78f5ad8
PEP-8 and DOC for new gradient and hessian functions. Cut test time …
j-grana6 Aug 8, 2012
21791bf
Deleted var_p_plot. I would like to create a function that can plot …
j-grana6 Aug 9, 2012
fb112f9
STY: Changed to match plotting conventions.
j-grana6 Aug 9, 2012
5d081c9
Modified Ci_corr to avoid if statements in test_corr
j-grana6 Aug 9, 2012
18a5d1d
Cleanup
j-grana6 Aug 9, 2012
f89433e
DOC: Small DOC edit
j-grana6 Aug 10, 2012
f8854a8
Fixed examples for all methods in descriptive.py.
j-grana6 Aug 12, 2012
7397aa4
REF: Avoid reshapes. Rename print_weights -> return_weights
jseabold Aug 13, 2012
4ca78a5
REF: Small refactor to avoid unnecessary calls. 10% speedup
jseabold Aug 14, 2012
a06b8a3
Cleanup after patches
j-grana6 Aug 14, 2012
54ef8b8
Started Fixing Documentation
j-grana6 Aug 17, 2012
e91bb27
Removed 'bisect' method for confidence interval for the mean. It is …
j-grana6 Aug 17, 2012
3d9e417
More Doc edits
j-grana6 Aug 17, 2012
4b9a35c
Removed nuisance limits in correlation, skewness and kurtosis.
j-grana6 Aug 17, 2012
4f46c88
Cleaned Doc and removed boilerplate.
j-grana6 Aug 19, 2012
abfcee3
Doc: A couple typos
j-grana6 Aug 19, 2012
7f81388
DOC: Moving toward being Sphinx acceptable
j-grana6 Aug 19, 2012
110849a
DOC: Cleaned up documentation and generated Sphinx html
j-grana6 Aug 20, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions statsmodels/api.py
Expand Up @@ -15,6 +15,7 @@
from info import __doc__
from graphics.gofplots import qqplot
from .graphics import api as graphics
from .el import api as el

import os

Expand Down
1 change: 1 addition & 0 deletions statsmodels/el/__init__.py
@@ -0,0 +1 @@
#init
6 changes: 6 additions & 0 deletions statsmodels/el/api.py
@@ -0,0 +1,6 @@
"""
api for empirical likelihood

"""

from .el import DescStat