View source: R/MFPCA_calculation.R
calcBasisIntegrals | R Documentation |
If the element X^{(j)} is expanded in basis functions b_i(t), this function calculates the K_j \times K_j matrix B^{(jj)} with entries
B^{(jj)}_{mn} = \int_{\mathcal{T_j}} b_m^{(j)}(t) b_n^{(j)}(t) \mathrm{d} t
.
calcBasisIntegrals(basisFunctions, dimSupp, argvals)
basisFunctions |
Array of |
dimSupp |
dimension of the support of the basis functions (1 or 2) |
argvals |
List of corresponding x-values. |
A matrix containing the scalar product of all combinations of basis functions (matrix B^{(j)})
This function is implemented only for functions on one- or two-dimensional domains.
MFPCA
, dimSupp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.