Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: validate_drp
-
Labels:None
-
Story Points:0.2
-
Team:SQuaRE
Description
Return the unbiased std sqrt(1/(n-1) * sum_i((x_i*2 - <x>)*2)) definition of RMS for AMx calculations.
I suggest we require 2 values and then return n/(n-1) * np.std(...) to correct the bias.
Attachments
Issue Links
- is child task of
-
DM-18638 Check for at least 2 visits in AMx metric calculation.
- Done
Multiple np.std by n/(n-1) to compute sample standard deviation.