cor.face {face} | R Documentation |
Extraction of correlation and mean from a face.sparse
object
Description
Extraction of correlation and mean from a face.sparse
object
Usage
cor.face(object,argvals.new,option="raw")
Arguments
object |
A |
argvals.new |
Where to evalulate correlation and mean. |
option |
Defaults to "raw"; if "smooth", then extract correlation from smoothed covariance function. |
Value
argvals.new |
Where to evaluate correlation and mean. |
option |
Defaults to "raw"; if "smooth", then extract correlation from smoothed covariance function. |
Cor |
estimated correlation matrix at |
mu |
estimated group/population mean at |
Author(s)
Luo Xiao <lxiao5@ncsu.edu>
References
Luo Xiao, Cai Li, William Checkley and Ciprian Crainiceanu, Fast covariance estimation for sparse functional data, Stat. Comput., doi: 10.1007/s11222-017-9744-8.
Examples
# See the examples for "face.sparse".
[Package face version 0.1-7 Index]