View source: R/fcn_qualities.R
qualCenteredRef | R Documentation |
Ranges between 0 (worst score) and 1 (best score). The best score is achieved when the median of 'x' is close to the center of the interval [-tol, tol]. If median of 'x' is close to the border (on either side), the score decreases linearly to zero. Can be used for uncalibrated mass errors, as a measure of how well they are centered around 0.
qualCenteredRef(x, tol)
x |
Vector of values (hopefully in interval [-tol, tol]) |
tol |
Border of interval (must be positive) |
NA's are removed for all computations.
Value between [0, 1]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.