kron: Calculate reproducing kernels for one-dimensional space

Description Usage Arguments Value Author(s) See Also Examples

Description

Return a matrix evaluating reproducing kernels for the one-dimensional space usually spanned by a vector

Usage

1
 kron(x,y=x)

Arguments

x

a vector or a list of numerical values which spans the one-dimensional space.

y

a vector or a list of numerical values. Default is x.

Value

a matrix with the numbers of row and column equal to the length of x and y respectively. The [i, j] element is the reproducing kernel evaluated at the ith element of x and jth element of y.

Author(s)

Chunlei Ke chunlei\_ke@pstat.ucsb.edu and Yuedong Wang yuedong@pstat.ucsb.edu

See Also

kronecker,ssr

Examples

1
2
3
4
5
## Not run: 
x<-runif(10)
kron(x)

## End(Not run)

catherinewang1/assist documentation built on June 16, 2019, 1:36 p.m.