This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
GeneralizedParetoDistribution shape param #715
Comments
Hi, Thanks for opening the issue. It was added by mistake and will be reverted. Would it be feasible for you to revert to the last working version until this issue can be fixed? Regards, |
No problem, i'm on the rc right now beacuse i need the functionality to inject another system.random. Cheers |
cesarsouza
added a commit
that referenced
this issue
Jul 30, 2017
New pre-release packages (3.6.4-alpha) have just been uploaded to NuGet, which should hopefully contain a fix for the above issue. Thanks again for reporting! |
Included in 3.7.0. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
why has the shape param in the GeneralizedParetoDistribution a limit in the latest release?
[Positive(minimum: 2)] double shape
if (shape <= 1)
throw new ArgumentOutOfRangeException("scale", "Shape must be higher than 1.");
Guess that the scale in ArgumentOutOfRangeException is just a typo.
best regards
Weeman
The text was updated successfully, but these errors were encountered: