Skip to content

Gamma.InvCDF bug #553

Open
Open
@marikhub

Description

@marikhub

double param1 = 3698900.3198200003;
double param2 = 0.05989802133984444;
double x = 0.99994525127112865;
Gamma.InvCDF(param1, param2, x);

When I try this parameters for gamma inverse CDF I am receiving following error:
"Value must not be negative (zero is ok).\r\nParameter name : x".
But when I reduce x value to 15 digits after comma it seems to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions