R/std.R

std <- function(x){
  result <- sd(x)*sqrt((length(x)-1)/length(x))
  return(result)
}

Try the matrixProfile package in your browser

Any scripts or data that you put into this service are public.

matrixProfile documentation built on May 2, 2019, 9:43 a.m.