Open ih64 opened 4 years ago
moments for the stacked p(z)?
CDE loss statistic? (see the PZDC1 paper)
i've got the moments coming up in a different PR, I'll get started on a PR for the CDE loss statistic too
The CDE loss is actually fairly simple to compute, see here: https://github.com/LSSTDESC/PZDC1paper/blob/master/metric_scripts/cde_individual_metrics.py#L191
Also, while I constantly complain about the use of point estimates for science analysis, they can be handy for diagnostic purposes, so maybe we should add sigma_IQR, cat outlier fraction, and overall bias a la the PZDC1 paper. Again, there's already super simple code for this in the PZDC1paper repository, if I have time I'll try to port it in to this repo
I like the idea of the sigma_iqr and catastrophic outlier fraction, it will allow us to quantitatively compare zz plots across the different matching cases
point estimates were covered in issue #21 and a new function was now merged.
I think you meant PR #21 which addresses issue #20. It might be useful to use this new function inside the plot_zz()
method and draw two more lines on the zz plots.
write something that will dump out all the statistics we could be interested in ks test for PIT values ks test for empirical specz and stacked pz others?