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

ENH: exp(poisson.logpmf()) for poisson better behaved. #1089

Merged
merged 1 commit into from Oct 23, 2013

Conversation

jseabold
Copy link
Member

A little better behaved for big counts.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling edefdb6 on jseabold:poisson-precision into b548ad3 on statsmodels:master.

@rgommers
Copy link
Member

Coverage reporting, nice:) I see there are several packages to provide coveralls for Python. Which one did you use and what's the doc to follow to replicate this?

@josef-pkt
Copy link
Member

@rgommers PR #1082 Yaroslav was fighting for a while with TravisCI
I only created the statsmodels connection on coveralls.io (sign in, push a button)

@josef-pkt
Copy link
Member

looks fine, should be ok with scipy 0.9 or a slightly older version
(the formula is so simple we could just inline it, if we don't need the out of bounds checks)

@jseabold
Copy link
Member Author

Rebased.

jseabold added a commit that referenced this pull request Oct 23, 2013
ENH: exp(poisson.logpmf()) for poisson better behaved.
@jseabold jseabold merged commit c29e4d7 into statsmodels:master Oct 23, 2013
@jseabold jseabold deleted the poisson-precision branch October 23, 2013 10:49
@josef-pkt josef-pkt mentioned this pull request Nov 21, 2013
jseabold added a commit that referenced this pull request Nov 23, 2013
…ved.

A little better behaved for big counts.
PierreBdR pushed a commit to PierreBdR/statsmodels that referenced this pull request Sep 2, 2014
ENH: exp(poisson.logpmf()) for poisson better behaved.
yarikoptic added a commit to yarikoptic/statsmodels that referenced this pull request Oct 23, 2014
* commit 'v0.5.0-13-g8e07d34':
  Backport PR statsmodels#1200: BLD: do not install *.pyx *.c  MANIFEST.in
  Backport PR statsmodels#1157: Tst precision master
  Backport PR statsmodels#1149: BUG: Fix small data issues for ARIMA.
  Backport PR statsmodels#1125: REF/BUG: Some GLM cleanup. Used trimmed results in NegativeBinomial variance.
  Backport PR statsmodels#1124: BUG: Fix ARIMA prediction when fit without a trend.
  Backport PR statsmodels#1117: Update ex_arma2.py
  Backport PR statsmodels#1089: ENH: exp(poisson.logpmf()) for poisson better behaved.
  Backport PR statsmodels#1077: BUG: Allow 1d exog in ARMAX forecasting.
  Backport PR statsmodels#1075: BLD: Fix build issue on some versions of easy_install.
  Backport PR statsmodels#1071: Update setup.py to fix broken install on OSX
  Backport PR statsmodels#1057: COMPAT: Fix py3 caching for get_rdatasets.
  BUG: fix predict (was refactoring victim)
yarikoptic added a commit to yarikoptic/statsmodels that referenced this pull request Oct 23, 2014
* origin/maintenance/0.5.x: (1875 commits)
  Backport PR statsmodels#1200: BLD: do not install *.pyx *.c  MANIFEST.in
  Backport PR statsmodels#1157: Tst precision master
  Backport PR statsmodels#1149: BUG: Fix small data issues for ARIMA.
  Backport PR statsmodels#1125: REF/BUG: Some GLM cleanup. Used trimmed results in NegativeBinomial variance.
  Backport PR statsmodels#1124: BUG: Fix ARIMA prediction when fit without a trend.
  Backport PR statsmodels#1117: Update ex_arma2.py
  Backport PR statsmodels#1089: ENH: exp(poisson.logpmf()) for poisson better behaved.
  Backport PR statsmodels#1077: BUG: Allow 1d exog in ARMAX forecasting.
  Backport PR statsmodels#1075: BLD: Fix build issue on some versions of easy_install.
  Backport PR statsmodels#1071: Update setup.py to fix broken install on OSX
  Backport PR statsmodels#1057: COMPAT: Fix py3 caching for get_rdatasets.
  BUG: fix predict (was refactoring victim)
  DOC: Update release notes with maint branch changes.
  MAINT: Fix mailmap entry.
  BUG: fix warning arguments in GenericLikelihoodModel
  MAINT: Add name to .mailmap.
  ENH: Pandas Series no longer inherits from ndarray. Closes statsmodels#1036.
  TST: Fixed test for Anaconda on Windows
  TST: Make test compatible with pandas 0.7.x
  BUG: Fail gracefully when not enough obs given for order.
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants