varfunc: Estimate the variance function

Description Usage Arguments Details

View source: R/var.R

Description

Estimate the variance function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
varfunc(
  Lt,
  Ly,
  newt = NULL,
  sig2 = NULL,
  method = c("PACE", "FOURIER"),
  mu = NULL,
  weig = NULL,
  ...
)

Arguments

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 Lt

newt

a set of locations where the variance function is estimated. If NULL, then set to Lt

sig2

variance of noise

method

estimation method, 'PACE' or 'FOURIER'

mu

an object generated by meanfunc.

weig

a vector of length(Lt). If NULL, then determined by the algorithm.

...

other parameters required depending on the method and tuning; see details

Details


linulysses/mcfda documentation built on Jan. 17, 2021, 8:53 a.m.