-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
We must devise a way to compute the off-diagonal elements of the covariance matrix such that it fits in the current philosophy of PyCS (i.e. a binning in true delays of the simulated light curves).
The diagonals elements must correspond to the current output of the measvstrue() function (bias+variance), and the off-diagonals elements would simply be co-variances.
TODO:
- compute the off-diagonal coefficient using a range instead of min and max of the distribution
- save the intermediate products somewhere (in a pickle, as an attribute of the runresults, ...?)
- test script and fake data to play with
- add a display function
- create a notebook explaining how to use / interpret the results