R/tvdmss.R

Defines functions tvd_mss

Documented in tvd_mss

#' @describeIn tvdmss Deprecated function. Use \code{tvdmss} instead.
#' @export
tvd_mss <- function(data,
                    emp_factor_mss = 1.5,
                    emp_factor_tvd = 1.5,
                    central_region_tvd = 0.5){

  .Deprecated("tvdmss")
  tvd_obj <- tvdmss(dts = data, emp_factor_mss, emp_factor_tvd, central_region_tvd)
  return(tvd_obj)



}

Try the fdaoutlier package in your browser

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

fdaoutlier documentation built on Oct. 1, 2023, 1:06 a.m.