ts-utils
    Preparing search index...

    Function mean

    • Compute the mean of the given numbers.

      The "average" number; found by adding all data points and dividing by the number of data points.

      Parameters

      • ...numbers: number[]

        The numbers used to compute the mean.

      Returns number

      The mean of the numbers.