Skip to content

Commit 5479f28

Browse files
committed
fixes, cleaning
1 parent 516d058 commit 5479f28

2 files changed

Lines changed: 236 additions & 236 deletions

File tree

CHANGELOG_UNRELEASED.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,40 @@
4949
- in `lebesgue_integral.v`:
5050
+ notations `\x`, `\x^` for `product_measure1` and `product_measure2`
5151

52+
- file `probability.v`:
53+
+ mixin `isConvn`, structure `Convn`, notation `convn`
54+
+ lemmas `probability_fin_num`, `probability_integrable_cst`,
55+
+ definition `mexp`, instance of `isMeasurableFun`
56+
+ definition `subr`, instance of `isMeasurableFun`
57+
+ definition `mabs`, instance of `isMeasurableFun`
58+
+ `\*` instance of `isMeasurableFun`
59+
+ `\o` instance of `isMeasurableFun`
60+
+ definition `random_variable`, notation `{RV _ >-> _}`
61+
+ lemmas `notin_range_probability`, `probability_range`
62+
+ definition `comp_RV`, notation ``` `o ````,
63+
definition `exp_RV`, notation ``` `^+ ```,
64+
definition `add_RV`, notation ``` `+ ```,
65+
definition `sub_RV`, notation ``` `- ```,
66+
definition `mul_RV`, notation ``` `* ```,
67+
definition `scale_RV`, notation ``` `\o* ```
68+
+ lemma `mul_cst`
69+
+ definition `expectation`, notation `'E`
70+
+ lemmas `expectation_cst`, `expectation_indic`, `integrable_expectation`,
71+
`expectationM`, `expectation_ge0`, `expectation_le`, `expectationD`,
72+
`expectationB`
73+
+ definition `Lspace`, notation `.-Lspace`
74+
+ lemmas `Lspace1`, `Lspace2`
75+
+ definition `variance`, `'V`
76+
+ lemma `varianceE`
77+
+ definition `distribution`, instance of `isProbability`
78+
+ lemmas `integral_distribution`, `markov`, `chebyshev`,
79+
+ mixin `isDiscreteRV`, structure `DiscreteRV`, type `discrete_random_variable`,
80+
notation `{dRV _ >-> _}`
81+
+ definitions `dRV_dom_enum`, `dRV_dom`, `dRV_enum`, `enum_prob`
82+
+ lemmas `distribution_dRV_enum`, `distribution_dRV`, `convn_enum_prob`,
83+
`probability_distribution`, `dRV_expectation`
84+
+ definion `pmf`, lemma `expectation_pmf`
85+
5286
### Changed
5387

5488
- in `fsbigop.v`:

0 commit comments

Comments
 (0)