Module sci_rs::stats

source ·

Functions

  • Autocorrelate the signal y with lag k, using 1/N formulation
  • Produce an iterator yielding the lag difference, yi1 - yi0,
  • Compute the mean of the signal, y
  • Compute the median of the signal, y
  • Compute the root mean square of successive differences
  • Compute the standard deviation of the signal, y
  • Compute the variance of the signal, y