qualMedianDist: Quality metric which measures the absolute distance from...

View source: R/fcn_qualities.R

qualMedianDistR 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]


PTXQC documentation built on July 26, 2023, 5:27 p.m.