Learn R Programming

ctmva (version 1.6.0)

standardize.ct: Center and scale a continuous-time multivariate data set

Description

Subtracts the (continuous-time) mean and divides by the (continuous-time) standard deviation of each of the variables. This is the continuous-time analogue of taking an \(n \times p\) data matrix, subtracting the mean of each column, and dividing by the standard deviation of each column, as is done by scale(..., center=TRUE, scale=TRUE).

Usage

standardize.ct(fdobj)

Value

A standardized (centered and scaled) version of the input data.

Arguments

fdobj

continuous-time multivariate data set of class "fd"

Author

Philip Tzvi Reiss <reiss@stat.haifa.ac.il> and Biplab Paul <paul.biplab497@gmail.com>

See Also

center.ct