Commit c021ee1
committed
Normalize the sky marginalization weights over the series, not the draws
The sky and time marginalized likelihood grew with the number of points
it was told to use: over a range of sixty four in the count it climbed by
four and a half in the log likelihood ratio, many times its own scatter,
so no count gave the same answer as any other.
The times are drawn from each detector's signal to noise series in
proportion to the likelihood along it, and what each carries is the
probability it was drawn with. That was being worked out over the drawn
times rather than over the series they came from, which makes it one in
however many were drawn, and leaves the answer growing by the log of the
count. The steps matched: 1.39, 1.69 and 1.41 against log 4 of 1.386.
Normalize over the series each detector drew from, as the time-only
marginalization already does. The same range of counts now moves the
answer by 0.36, within the scatter of the counts themselves, while the
error on it still falls with the count as it should.1 parent a9806a9 commit c021ee1
2 files changed
Lines changed: 63 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
529 | 536 | | |
530 | 537 | | |
531 | 538 | | |
| |||
538 | 545 | | |
539 | 546 | | |
540 | 547 | | |
541 | | - | |
542 | 548 | | |
543 | 549 | | |
544 | 550 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
84 | 139 | | |
85 | 140 | | |
86 | 141 | | |
| |||
0 commit comments