Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

GeneralizedParetoDistribution shape param  #715

@nwiman

Description

@nwiman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions