localizationDistances {localFDA} | R Documentation |
Localization distances
Description
Compute the localization distances of order k of the curve y0
.
Usage
localizationDistances(y, y0)
Arguments
y |
matrix p by n, being n the number of functions and p the number of grid points. |
y0 |
focal curve (index or character name). |
Value
a vector of length (n-1), being the localization distance of its corresponding order.
References
Elías, Antonio, Jiménez, Raúl and Yukich, Joe (2020). Localization processes for functional data analysis (submitted).
Examples
localizationDistances_1 <- localizationDistances(exampleData, y0 = "1")
[Package localFDA version 1.0.0 Index]