A vector with weights (time2weights and dyn.weights),
a list containing the column means and variances (dyn.moments),
or a rescaled longitudinal matrix (dyn.scale).
Details
The dynamical weights are computed assuming a linear spline - see Opgen-Rhein
and Strimmer (2006a,b). The dynamical mean and variance etc. are then simply
weighted versions of the usual empirical estimators.
References
Opgen-Rhein, R., and K. Strimmer. 2006a. Inferring gene dependency networks from
genomic longitudinal data: a functional data approach.
REVSTAT 4:53-65.
Opgen-Rhein, R., and K. Strimmer. 2006b. Using regularized dynamic correlation
to infer gene dependency networks from time-series microarray data.
The 4th International Workshop on Computational Systems Biology,
WCSB 2006 (June 12-13, 2006, Tampere, Finland).
# NOT RUN {# load "longitudinal" librarylibrary("longitudinal")
# weights of for the data points in tcell datadata(tcell)
dyn.weights(tcell.34)
# dynamical momentsdyn.moments(tcell.34)
# }