Commit 56e107a
Reformat the gaussian conditional sampler (#366)
* gaussian distribution reformat
* fix knockoff
* move conditional sampler in statistical tools
* move test from knockoff
* move test in right folder
* remove gaussian
* remove unsed import
* fix center to knockoff
* Change name of GaussianDistribution
* remove parameter assumed_centerd of tests
* change the way of using the randomgenerator
* Apply suggestions from code review
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* reformat docstring
* Update test/statistical_tools/test_gaussian_knockoffs.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* improve tests
* Apply suggestions from code review
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
* add assert
* fix tests
* Improve test
* remove not necessary test
* Update the conditioal sampler for new fit signature
* fix test
* fix isort
* fix examples
* fix documentation
* fix documentation
* update the user guide.
* try to fix the end of file
* Apply suggestion from @bthirion
Co-authored-by: bthirion <bertrand.thirion@inria.fr>
* update makefile
* Add comment
[skip tests]
* update command
* [skip tests]
* fix makefile
* [skip tests]
* change signature of sample
* remove fix
* remove documentation
* Update src/hidimstat/statistical_tools/gaussian_knockoffs.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* Update src/hidimstat/statistical_tools/gaussian_knockoffs.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* Update src/hidimstat/statistical_tools/gaussian_knockoffs.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* Update src/hidimstat/statistical_tools/gaussian_knockoffs.py
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
* format file
* add test with repeat
---------
Co-authored-by: Joseph Paillard <joseph.paillard@inria.fr>
Co-authored-by: bthirion <bertrand.thirion@inria.fr>1 parent 319b433 commit 56e107a
11 files changed
Lines changed: 351 additions & 293 deletions
File tree
- docs/src
- examples
- src/hidimstat
- statistical_tools
- test
- statistical_tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 10 | | |
| 11 | + | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
| |||
188 | 184 | | |
189 | 185 | | |
190 | 186 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | 187 | | |
196 | 188 | | |
197 | 189 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | 190 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
221 | 196 | | |
222 | 197 | | |
223 | 198 | | |
| |||
File renamed without changes.
0 commit comments