Skip to content

Commit

Permalink
Merge pull request statsmodels#1630 from larsmans/interecept
Browse files Browse the repository at this point in the history
DOC: typo, "interecept"
  • Loading branch information
josef-pkt committed Apr 24, 2014
2 parents 0492966 + ba72ab2 commit f962152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion statsmodels/base/model.py
Expand Up @@ -20,7 +20,7 @@
1-d endogenous response variable. The dependent variable.
exog : array-like
A nobs x k array where `nobs` is the number of observations and `k`
is the number of regressors. An interecept is not included by default
is the number of regressors. An intercept is not included by default
and should be added by the user. See
`statsmodels.tools.add_constant`."""

Expand Down
2 changes: 1 addition & 1 deletion statsmodels/discrete/discrete_model.py
Expand Up @@ -1456,7 +1456,7 @@ class MNLogit(MultinomialModel):
is done.
exog : array-like
A nobs x k array where `nobs` is the number of observations and `k`
is the number of regressors. An interecept is not included by default
is the number of regressors. An intercept is not included by default
and should be added by the user. See `statsmodels.tools.add_constant`.
%(extra_params)s
Expand Down
2 changes: 1 addition & 1 deletion statsmodels/genmod/generalized_linear_model.py
Expand Up @@ -51,7 +51,7 @@ class GLM(base.LikelihoodModel):
supplied, each observation is expected to be [success, failure].
exog : array-like
A nobs x k array where `nobs` is the number of observations and `k`
is the number of regressors. An interecept is not included by default
is the number of regressors. An intercept is not included by default
and should be added by the user. See `statsmodels.tools.add_constant`.
family : family class instance
The default is Gaussian. To specify the binomial distribution
Expand Down

0 comments on commit f962152

Please sign in to comment.