get_biSAD1 {idopNetwork} | R Documentation |
generate biSAD1 covariance matrix
Description
generate biSAD1 covariance matrix
Usage
get_biSAD1(par, n1, n2)
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 |
Value
biSAD1 covariance matrix
Examples
get_biSAD1(par=c(2,0.5,2,0.1),n1=4, n2 = 5)
[Package idopNetwork version 0.1.2 Index]