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

Add the limiting distributions to generalized Pareto distribution with shapes c=0 and c=-1 #3225

Merged
merged 5 commits into from Sep 9, 2014

Commits on Jul 23, 2014

  1. ENH: add the limit shape c=0 to genpareto distribution

    For c=0, genpareto is equivalent to the exponential
    distribution.
    ev-br committed Jul 23, 2014
    Copy the full SHA
    3a8fec3 View commit details
    Browse the repository at this point in the history
  2. BUG: use special.log1p instead of np.log1p

    np.log1p(np.inf) is reported to produce nans on some platforms,
    see numpy issue scipygh-4225
    ev-br committed Jul 23, 2014
    Copy the full SHA
    1dd2992 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    733d320 View commit details
    Browse the repository at this point in the history
  4. ENH: vectorize genpareto._munp

    implementation is by @pbrod
    ev-br committed Jul 23, 2014
    Copy the full SHA
    540c23f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9718599 View commit details
    Browse the repository at this point in the history