Closed andeElliott closed 6 years ago
This should fix issue #84 but would be good for some one else @leospinaf @martintoreilly to confirm this
Merging #85 into master will decrease coverage by
0.16%
. The diff coverage is66.66%
.
@@ Coverage Diff @@
## master #85 +/- ##
==========================================
- Coverage 84.91% 84.75% -0.17%
==========================================
Files 7 7
Lines 663 669 +6
==========================================
+ Hits 563 567 +4
- Misses 100 102 +2
Impacted Files | Coverage Δ | |
---|---|---|
R/measures_net_emd.R | 77.77% <66.66%> (-1.17%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update cf628b1...556235e. Read the comment docs.
There are two meaningful offsets:
We'll provide both:
raw_offset
normalised_offset
Dividing the means be their variances isn't applicable here (though it would be if we were considering rescaling a random variable).
I think this fixes our offset issue, I have changed the tests and the code to reflect the change.