You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
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