R/pmax.R

pmax <-
function (ts) 
{
    pmx <- floor(12 * (length(ts)/100)^(1/4))
    pmx <- c(`pmax value` = pmx)
    pmx
}

Try the AnalyzeTS package in your browser

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

AnalyzeTS documentation built on Dec. 9, 2019, 1:07 a.m.