dkirkby / bayez

Bayesian redshift estimation
0 stars 1 forks source link

Study efficiency - purity tradeoffs #2

Open dkirkby opened 8 years ago

dkirkby commented 8 years ago

Define a boolean truth selector:

T(v1) =  { c | zfit - ztrue | / (1 + ztrue) < v1 }

and a boolean data selector, for example:

D(v2) = { c (z68hi - z68lo) / 2 / (1 + zbest) < v2 }

Then we can count the numbers of fits in four exclusive categories, which sum to N(total):

Focus on two metrics:

This issue is to:

The optimum might be different for different target categories and can be used to set ZWARN = ~D(v2).

fjaviersanchez commented 8 years ago

The results for the different object types show a small improvement but we lose some efficiency, and at this point it might not be worth to make the cuts until we have more realistic simulations. The biggest improvement has been to include z_avg (average of the posterior) instead of z_best (maximum of posterior) as our redshift estimate.

ELGs

elg_nfail elg_nwarn elg_s68cut_dv elg_s95cut_dv

LRG

lrg_nfail lrg_nwarn lrg_s68cut_dv lrg_s95cut_dv

QSO

qso_nfail qso_nwarn qso_s68cut_dv qso_s95cut_dv

STAR

star_nfail star_nwarn star_s68cut_dv star_s95cut_dv