Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ConvertSupport

Convert support of a mu/phi/cov etc. to and from obsGrid and workGrid


Description

Convert the support of a given function 1-D or 2-D function from fromGrid to toGrid. Both grids need to be sorted. This is an interpolation/convenience function.

Usage

ConvertSupport(
  fromGrid,
  toGrid,
  mu = NULL,
  Cov = NULL,
  phi = NULL,
  isCrossCov = FALSE
)

Arguments

fromGrid

vector of points with input grid to interpolate from

toGrid

vector of points with the target grid to interpolate on

mu

any vector of function to be interpolated

Cov

a square matrix supported on fromGrid * fromGrid, to be interpolated to toGrid * toGrid.

phi

any matrix, each column containing a function to be interpolated

isCrossCov

logical, indicating whether the input covariance is a cross-covariance. If so then the output is not made symmetric.


fdapace

Functional Data Analysis and Empirical Dynamics

v0.5.6
BSD_3_clause + file LICENSE
Authors
Cody Carroll [aut, cre] (<https://orcid.org/0000-0003-3525-8653>), Alvaro Gajardo [aut], Yaqing Chen [aut], Xiongtao Dai [aut], Jianing Fan [aut], Pantelis Z. Hadjipantelis [aut], Kyunghee Han [aut], Hao Ji [aut], Shu-Chin Lin [ctb], Paromita Dubey [ctb], Hans-Georg Mueller [cph, ths, aut], Jane-Ling Wang [cph, ths, aut]
Initial release
2021-01-10,

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.