Skip to content

[Feature Request] Unify Support syntax for all Distributions #222

Description

@Freymaurer

Is your feature request related to a problem? Please describe.
The syntax for the static member Support ... functions are written in a different syntax.

Bernoulli has a list, whereas hypergeometric returns a tuple.

static member Support p =
bernCheckParam p
[0.0; 1.0]

static member Support N K n =
hypergeoCheckParam N K n
(0., System.Double.PositiveInfinity)

Describe the solution you'd like
Maybe use this issue to discuss not only unifying the syntax, but reworking it to be more intuitive and usable.

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