Old Likelihood:
IDL> print, n_elements(ql) ; number quasars
467
IDL> print, n_elements(ql)*1.0/(n_elements(sl)+n_elements(ql)) ;percent accuracy
0.259300
IDL> print, n_elements(ql) + n_elements(sl) ; total targeted
1801
New Likelihood:
IDL> print, n_elements(nql) ; number quasars
447
IDL> print, n_elements(nql)*1.0/(n_elements(nsl)+n_elements(nql)) ;percent accuracy
0.248195
IDL> print, n_elements(nql) + n_elements(nsl) ; total targeted
1801
The white points were targeted/missed by both the new and old likelihoods
The magenta points were only targeted/missed by the new likelihood
The cyan points were only targeted/missed by the old likelihood
The magenta points were only targeted/missed by the new likelihood
The cyan points were only targeted/missed by the old likelihood
No comments:
Post a Comment