k_longterm: Long term tempporal kernel

Description Usage Arguments Examples

View source: R/kernels.R

Description

Long term tempporal kernel

Usage

1
k_longterm(t, tp, param = list(q1 = 1, q2 = 1))

Arguments

t

Values for which the kernel is calculated

tp

Values for which the kernel is calculated

param

list of parameters specific to the kernel

Examples

1
2
3
t = seq(0,1,length.out = 10)
param = list(q1=1, q2=1)
k = outer(t,t, k_longterm, param = param)

ick003/GPspt documentation built on March 16, 2020, 3:34 a.m.