kron | R Documentation |
Return a matrix evaluating reproducing kernels for the one-dimensional space usually spanned by a vector
kron(x,y=x)
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. |
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.
Chunlei Ke chunlei_ke@yahoo.com and Yuedong Wang yuedong@pstat.ucsb.edu
kronecker
,ssr
## Not run:
x<-runif(10)
kron(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.