ml-spectra-processing
    Preparing search index...

    Function xRobustDistributionStats

    • Calculate distribution statistics of an array without providing options. Statistics like sd and mean are calculated after removing outliers. This ensure that the statistics are calculated in the same way in all the packages If the array is empty it will throw an error If the array has a length of 1, sd will be NaN (unbiased calculation of sd)

      Parameters

      • array: NumberArray

        data

      Returns XRobustDistributionStats

      • q1, median, q3, min, max