powered by
This function allows us to calculate the theoretical covariance matrix of a bias-instability process.
covmat_bi(sigma2, n_total, n_block)
The theoretical covariance matrix of the bias-instability process.
matrix
A double value for the variance parameter \(\sigma ^2\).
double
An integer indicating the length of the whole bias-instability process.
integer
An integer indicating the length of each block of the bias-instability process.
Yuming Zhang
covmat1 = covmat_bi(sigma2 = 1, n_total = 1000, n_block = 10) covmat2 = covmat_bi(sigma2 = 2, n_total = 800, n_block = 20)
Run the code above in your browser using DataLab