Description Usage Arguments Details
Estimate the variance function
1 2 3 4 5 6 7 8 9 10 |
Lt |
a list (for irregular design) or a vector (for regular design) of observations in time domain |
Ly |
a list (for irregular design) or a matrix (for regular design) of observations corresponding to |
newt |
a set of locations where the variance function is estimated. If NULL, then set to |
sig2 |
variance of noise |
method |
estimation method, 'PACE' or 'FOURIER' |
mu |
an object generated by |
weig |
a vector of length(Lt). If NULL, then determined by the algorithm. |
... |
other parameters required depending on the |
When method='PACE'
, additional parameters kernel
and deg
can be provided. bw
as a scalar is optional. When bw
is provided, the bandwidth is set to bw
When method='FOURIER'
, additional parameters q
,rho
,ext
and domain
are optional. If they are not provided, then they will be deduced from data or selected by the specified tuning
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.