Description Usage Arguments Details Value Author(s) References Examples
Representing functinal data using Reproducing Kernel Hilbert Spaces. Approximate each curve with a smooth function using a kernel function.
1 | fdata_rkhs(curves, rk, gamma = 1e-05)
|
curves |
a data matrix with observations (curves) in rows and the discretizations points in columns. |
rk |
kernek function rk object. |
gamma |
regularization parameter. Defaoult value = 1e-5. |
With this function each function can be represented with a vector in R^d.
data |
input curves. |
fdata |
smoothed curves. |
lambda |
coefficients of the (stable) and d dimensional RKHS representation. |
alpha |
coefficients of the RKHS expansion. |
gamma |
regularization parameter. |
N. Hernández and J. Cugliari
A. Muñoz, J. González, Representing functional data using support vector machines, Pattern Recognition Letters 31 (2010) 511–516. <doi:10.1016/j.patrec.2009.07.014>.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.