qualMedianDist {PTXQC} | R Documentation |
Quality metric which measures the absolute distance from median.
Description
Ranges between 0 (worst score) and 1 (best score). Input must be between [0,1]. Deviations from the median of the sample represent the score for each sample point.
Usage
qualMedianDist(x)
Arguments
x |
A vector numeric values between [0,1] |
Value
A vector of the same size as x, with quality values between [0, 1]
[Package PTXQC version 1.1.1 Index]