odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/
Mozilla Public License 2.0
365 stars 105 forks source link

Add statistical evaluation of figure of merits #1019

Open zickert opened 7 years ago

zickert commented 7 years ago

Statistical evaluation using FOMs from #1017. Separate pull request in progress

adler-j commented 7 years ago

What type of statistical evaluation are we aiming at here?

zickert commented 7 years ago

We are aiming at comparing reco methods using FOM's, e.g. by computing a confidence interval for the difference between the values of a certain FOM for two methods.

Ps. There is an initial commit on this here: https://github.com/zickert/odl/tree/issue-1019__statistical_eval_of_fom

adler-j commented 7 years ago

Ok, sounds great!

aringh commented 6 years ago

I have tried to complete this one. The work can be found on this branch, where I cherry-picked the commit from @zickert and continued. However, the branch is based on the reco_pipeline branch, so I will wait with a PR until #1280 is on master.