R/algorithms.R

Defines functions tsmooth.Alg

tsmooth.Alg <- function(y, p, mu, bStart, alg, method) {
  results <- tsmoothCalc(y, p, mu, lookup$lookup_alg["Mcf", alg],
                     lookup$lookup_alg["InfR", alg],
                     bStart, lookup$lookup_alg["bvc", alg], 1, 0.05, method)
  results
}

Try the smoots package in your browser

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

smoots documentation built on Sept. 11, 2023, 9:07 a.m.