get_kraus_eigen | R Documentation |
True eigenfunctions are obtained for given grids from the setting of Kraus(2015).
get_kraus_eigen(grid)
grid |
a vector containing the observed timepoints. |
a p x k matrix containing the eigenfunctions where p is the length of grids and k is the number of true components.
Kraus, D. (2015). Components and completion of partially observed functional data. Journal of the Royal Statistical Society: Series B: Statistical Methodology, 777-801.
gr <- seq(0, 1, length.out = 51)
eig.true <- get_kraus_eigen(gr)
matplot(eig.true, type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.