getCov.vz: Var-Cov block of 1-D V and Z

View source: R/getCov.vz.R

getCov.vzR Documentation

Var-Cov block of 1-D V and Z

Description

Takes two times (ti, tj) and the CVM parameters, and returns either the 2x2 matrix of the (vi,zi)x(vj,zj) covariances - if getCov.vz, or only the zi-zj component, i.e. cov(z_i, z_j) - if getCov.zz. This covariance does not depend at all on the v0 parameter.

Usage

getCov.vz(t1, t2, nu, tau, t0 = 0)

Arguments

t1

first time

t2

second time

nu

cvm paramter

tau

cmv parameter

t0

initial t value

Examples

getCov.vz(t1=5,t2=5, nu=2, tau=10)
getCov.vz(t1=5,t2=10, nu=2, tau=10)
getCov.vz(t1=95,t2=100, 2,10)

EliGurarie/smoove documentation built on Aug. 2, 2022, 10:26 p.m.