Commit Graph

5 Commits

Author SHA1 Message Date
Giuliano Mega 1d23b31461
Block discovery simulator and analysis (#175)
* add block discovery simulator

* add analysis document for simpler cases of block discovery
2023-09-27 23:45:58 -06:00
jessiebroke 28b26f0f4b modify file format 2022-09-22 11:03:00 -04:00
jessiebroke aa97c64df4 add token valuation analysis script 2022-09-22 10:54:06 -04:00
Csaba Kiraly fa6901f79d
initial version of durability analysis (#77)
Adding initial version of durability analysis with probabilistic sampling
based lazy repair.

This notebook is still WIP, expect it to change in the future.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2022-06-30 10:38:26 +02:00
Csaba Kiraly a6a23acb32
adding initial version of PoR test analysis (#76)
This is to add an initial version of PoR test analysis accounting for more realistic
erasure coding assumptions than the typical large block code assumption with large N.

Calculation in the notebook are still WIP, so expect this to change
2022-06-30 10:36:23 +02:00