Interface XNoiseStandardDeviationResult

interface XNoiseStandardDeviationResult {
    mad: number;
    median: number;
    sd: number;
}

Properties

Properties

mad: number

Median absolute deviation

median: number

Median of the data

sd: number

standard deviation of the noise