mean.fts(x, method = c("coordinate", "FM", "mode", "RP", "RPD"),
na.rm = TRUE, ...)
x
= variables and y
= mean rates.method = "coordinate"
, it computes the coordinate-wise functional mean.
If method = "FM"
, it computes the mean of trimmed functional data ordered by the functional depth of Fraiman and Muniz (2001).
If method = "mode"
, it computes the mean of trimmed functional data ordered by $h$-modal functional depth.
If method = "RP"
, it computes the mean of trimmed functional data ordered by random projection depth.
If method = "RPD"
, it computes the mean of trimmed functional data ordered by random projection derivative depth.median.fts
, var.fts
, sd.fts
, quantile.fts
mean(x = ausmale, method = "coordinate")
mean(x = ausmale, method = "FM")
mean(x = ausmale, method = "mode")
mean(x = ausmale, method = "RP")
mean(x = ausmale, method = "RPD")
Run the code above in your browser using DataLab