-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
enhancement ✨This issue/PR is about adding new features enhancing the libraryThis issue/PR is about adding new features enhancing the library
Milestone
Description
analysis/theories/probability.v
Lines 151 to 152 in 2f645cf
| 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
Labels
enhancement ✨This issue/PR is about adding new features enhancing the libraryThis issue/PR is about adding new features enhancing the library