data-raw/01-bottlenecks.R

# devtools::install_github("MarcoDVisser/aprof")

library(profvis)
library(LSTS)

p <- profvis({
  # block.smooth.periodogram(malleco)
  Box.Ljung.Test(malleco, lag = 5)
})

p
pachamaltese/lsts2 documentation built on Jan. 30, 2024, 6:39 a.m.