Crate std_dev

source ·

Re-exports§

Modules§

  • Percentile / median calculations.
  • regressionregression
    Various regression models to fit the best line to your data. All written to be understandable.

Structs§

Traits§

Functions§

  • Mean of values.
  • Mean of clustered values.
  • Get a collection of percentiles from values.
  • Get the standard deviation of values. The mean is also returned from this, because it’s required to compute the standard deviation.
  • Get the standard deviation of values. The mean is also returned from this, because it’s required to compute the standard deviation.

Type Aliases§

  • As all algorithms are executed in linear time now, this is not as useful, but nevertheless an interesting feature. If you already have clustered data, this feature is great.