Standardize Multivariate Functional Data.
Scale multivariate functional data contained
in an object of class mfd
by subtracting the mean function and dividing
by the standard deviation function.
scale_mfd(mfdobj, center = TRUE, scale = TRUE)
mfdobj |
A multivariate functional data object of class |
center |
A logical value, or a |
scale |
A logical value, or a |
A standardized object of class mfd, with two attributes,
if calculated,
center and scale, storing the mean and
standard deviation functions used for standardization.
library(funcharts) mfdobj <- data_sim_mfd() mfdobj_scaled <- scale_mfd(mfdobj)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.