Learn R Programming

localFDA (version 1.0.0)

localizationProcesses: Localization processes

Description

Compute the localization processes of order k of the curve y0.

Usage

localizationProcesses(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 name

Value

a list with one element, lc, a matrix of size p x (n-1), being the (n-1) columns the localization processes of its corresponding order.

References

El<U+00ED>as, Antonio, Jim<U+00E9>nez, Ra<U+00FA>l and Yukich, Joe (2020). Localization processes for functional data analysis (submitted).

Examples

Run this code
# NOT RUN {
localizationProcesses_1 <- localizationProcesses(exampleData, y0 = "1")

# }

Run the code above in your browser using DataLab