Skip to content

make cdf an instance of Cumulative #1572

@affeldt-aist

Description

@affeldt-aist

Definition cdf d (T : measurableType d) (R : realType) (P : probability T R)
(X : {RV P >-> R}) (r : R) := distribution P X `]-oo, r].

cdf should be made an instance of Cumulative (from lebesgue_stieltjes_measure.v),
however functions in Cumulative have codomain R whereas cdf expects codomain `\bar R.
It should be generalized to topological order space.
Introduce of related structures such as cadlag can come later.

see the minutes of the 2025-04-11 meeting

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancement ✨This issue/PR is about adding new features enhancing the library

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions