RBFun: RBF kernel for functions

Description Usage Arguments Value Examples

View source: R/kernFunct.R

Description

RBF kernel for functions

Usage

1
RBFun(data, h = NULL, domain)

Arguments

data

Output of lsq()

h

Gamma hyerparameter. If NULL, the L2 norms are returned

domain

Domain

Value

The L2 norm (euclidean distance) between to matrices

Examples

1
2
3
4
growth2 <- growth
colnames(growth2) <-  c( "time", "height")
fitted <- lsq(data=growth2,degree=2)
RBFun(fitted,domain=c(1,18),h=0.00001)

Yuliaxis/kernInt documentation built on Feb. 20, 2022, 12:38 a.m.