Skip to content

binomialCDFR(0, n, p) not tying out to 1 - binomialCDF(0, n, p) #50

Description

@jmh530

binomialCDFR(0, n, p) should tie out to 1 - binomialCDF(0, n, p), but it doesn't look like it does. I think that branch should return something like 1 - pow(1 - p, n)

return pow(p, cast(double) n);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions