Maternk: Matern covariance

View source: R/Kovarianser.R

MaternkR Documentation

Matern covariance

Description

Matern covariance

Usage

Maternk(t, par = c(range = 1, smooth = 2, noise = 1))

Arguments

t

time points

par

parameters

Details

Note that this function follows a slightly different parametrization than conventionally used.

Value

Covariance matrix for Matern covariance

Examples

t <- seq(0,1 , 0.01)
Maternk(t, c(0.1, 2, 1))

naolsen/simm.fda documentation built on June 28, 2022, 2:41 a.m.