Skip to content

Commit ccb6ba0

Browse files
normal_prob cont./reproductive property
Co-authored-by: IshiguroYoshihiro <jb.15r.1213@s.thers.ac.jp>
1 parent 051d7a7 commit ccb6ba0

2 files changed

Lines changed: 654 additions & 33 deletions

File tree

CHANGELOG_UNRELEASED.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,20 @@
7676
- in `ereal.v`:
7777
+ lemma `ge0_addBefctE`
7878

79+
- in `normal_distribution.v`:
80+
+ lemma `normal_funN`
81+
+ lemma `normal_fun_sym`
82+
+ lemma `normal_fun0abs`
83+
+ lemma `normal_pdf_sym`
84+
+ lemma `normal_fun_center_new`
85+
+ lemma `normal_fun_shift`
86+
+ lemma `normal_pdf_uniq_ae`
87+
+ lemma `normal_prob_continuous`
88+
+ lemma `integral_normal_prob`
89+
+ lemma `measurable_normal_prob`
90+
+ lemma `emeasurable_bounded_integrable`
91+
+ lemmas `integrable_normal_probD1`, `normal_probD1`, `normal_probD2`, `normal_probD`
92+
7993
### Changed
8094

8195
- moved from `measurable_structure.v` to `classical_sets.v`:
@@ -114,6 +128,9 @@
114128
+ `funeposneg` renamed to `funeposBneg` and direction of the equality changed
115129
+ `funeD_posD` renamed to `funeDB` and direction of the equality changed
116130

131+
- in `normal_distribution.v:
132+
+ `normal_fun_center` -> `normal_fun_center0`
133+
117134
### Renamed
118135

119136
- in `tvs.v`:

0 commit comments

Comments
 (0)