Learn R Programming

PTXQC (version 1.1.2)

qualMedianDist: 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)

Value

A vector of the same size as x, with quality values between [0, 1]

Arguments

x

A vector numeric values between [0,1]