pkern_pars | R Documentation |
g
Returns a kernel parameter list defining the covariance model for g
, with
default initial values assigned to parameters based on the grid dimensions and sample
variance of observed data.
pkern_pars(g, pars = "gau", fill = "initial")
g |
list, a pkern grid definition (or object accepted by |
pars |
character or list defining kernels (in form understood by |
Swap fill='initial'
with 'lower' and 'upper' to get default lower and upper bounds.
a list defining separable covariance parameters
pkern_pars(g=10)
pkern_pars(c(10,15))
pkern_pars(c(10,15), 'mat')
pkern_pars(c(10,15), 'mat', 'upper')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.