R/maths.R

Defines functions w

#' @export
w <- function(t, pas = 1) {
  c(0, cumsum(rnorm(length(t) - 1, sd = sqrt(pas))))
}
vwrobel/dataexpr documentation built on Aug. 9, 2019, 8:44 a.m.