mean abstract method

double mean({
  1. bool skipCaching = false,
})

Returns the mean value of this vector

Implementation

double mean({bool skipCaching = false});