View source: R/intial_estimation.R
init_wrap | R Documentation |
init_wrap
estimates the initial values for a given model specification, this
function is a helper to the function boot_init
init_wrap(data, nu, degs = NULL, tmpl_mod, reg_prm = NULL)
data |
matrix of dimension |
nu |
vector of right Kronecker indices |
degs |
vector of length 2, where one can optionally specify the degrees of c(z) and d(z), either of the parameters must be equal to max(nu) |
tmpl_mod |
model template, see |
reg_prm |
regularization parameter governing the std deviation of the randomly drawn noise vector, see also estim_wrap |
a list of elements
params0 |
a vector of initial parameters |
sigma |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.