romberg_alg | R Documentation |
Romberg integration is a process of numerical integration. Composite Trapezoidal Rule is used for the approximation of an integral. Then, Richardson extrapolation is used in order to improve previously computed approximations. The range over which the integral is defined is the range in which functional data are defined. When the relative error is infinitesimally small, convergence criterion is fulfilled.
romberg_alg(xbasis, bbasis)
xbasis |
basis functional data object used to represent functional covariate |
bbasis |
basis functional data object used to represent beta regression coefficient function for each independent variable |
S matrix |
a matrix of inner product of two basis objects. The dimensions of the matrix
are determined by the number of basis functions. The number of rows is equal to the number of basis functions for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.