Learn R Programming

idopNetwork (version 0.1.2)

get_biSAD1: generate biSAD1 covariance matrix

Description

generate biSAD1 covariance matrix

Usage

get_biSAD1(par, n1, n2)

Value

biSAD1 covariance matrix

Arguments

par

vector with four number, first two for ck and the rest for stress

n1

scalar indicate length of time1

n2

scalar indicate length of time2

Examples

Run this code
get_biSAD1(par=c(2,0.5,2,0.1),n1=4, n2 = 5)

Run the code above in your browser using DataLab