ixfx
    Preparing search index...
    • Returns the an array of normalised values, along with the mean and standard deviation of array. If you just want the computed results, use array.

      By default it will compute mean and std.dev based on array. If you have these already, they can be passed as options.

      Parameters

      Returns { iqr: number; median: number; original: number[]; values: number[] }