mean.fts.Rd
Computes the mean function of a functional time series using various methods.
A functional time series object of class fts
, fds
, or sfts
.
Method for computing the mean: "coordinate" (default), "FM", "mode", "RP", "RPD", or "radius".
Logical. If TRUE, remove missing values (default: TRUE).
Parameter for radius depth method.
Parameter for radius depth method.
Weight parameter for radius depth method.
Additional arguments passed to depth functions.
A list containing:
Grid points
Mean function values
The available methods are:
"coordinate": Coordinate-wise mean
"FM": Fraiman-Muniz depth-based mean
"mode": Mode depth-based mean
"RP": Random projection depth-based mean
"RPD": Random projection depth-based mean
"radius": Radius depth-based mean
Fraiman, R., & Muniz, G. (2001). Trimmed means for functional data. Test, 10(2), 419-440.
median.fts
, var.fts
, sd.fts