View source: R/depthbasedreconstructPOFD.R
envelope | R Documentation |
Code for obtaining the envelope Ji of a curve specified by the index i. The implementation is based on Algorithm 1 in [1]. References:
envelope(data, i, max_iter = 10)
data |
Data matrix. |
i |
Index of curve. |
max_iter |
Maximum number of nearest curves considered in for loop. By default, max_iter = 5. |
[1] Elías, A., Jiménez, R., & Shang, H. L. (2023). Depth-based reconstruction method for incomplete functional data. Computational Statistics, 38(3), 1507-1535.
Envelope (set of indices).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.