-
- Downloads
measure "inbreeding" for multiple recoding scenarii (dragoon/komodo!108)
this MR is two-fold - refactor `run.nu` and `plot.nu` from `scripts/inbreeding/` into Nushell modules with `--options` as argument instead of `options.nu` (a7cebb95, 6b72191f and 5f1c4963) - introduce another level of depth to the measurements (a0e52e95) >**Note** > in the table below > - $s$ is the number of recoding scenarii averages together > - $m$ is the number of measurements per point > - two iterations of the same experiment are shown side by side for comparison s | m | . | . :--:|:----:|:-------------------------:|:-------------------------: 1 | 10 |  |  1 | 100 |  |  1 | 1000 |  |  10 | 100 |  |  100 | 10 |  |  100 | 100 |  |  we can see that - the smaller the $s$, the more different the two figures are on each line -> this is likely due to the fact that, if only one recoding scenario is used, then repeating the same experiment will result in very different results and measurements. Running the same experiment $s$ times and averaging helps reducing the variance along this axis - the smaller the $m$, the more noisy the measures of each points -> this is simply because, when $m$ is small, the variance of the empirical means measured for each point is higher ## final results  
parent
b1a6b858
No related branches found
No related tags found
Showing
- examples/inbreeding/mod.rs 13 additions, 2 deletionsexamples/inbreeding/mod.rs
- scripts/inbreeding/options.nu 0 additions, 19 deletionsscripts/inbreeding/options.nu
- scripts/inbreeding/plot.nu 3 additions, 4 deletionsscripts/inbreeding/plot.nu
- scripts/inbreeding/run.nu 39 additions, 24 deletionsscripts/inbreeding/run.nu
Loading
Please register or sign in to comment