View source: R/helper_functions.R
sample_mat_c | R Documentation |
Wrapper function for C++ call for sample mat, check pre-conditions to prevent crash
sample_mat_c(row_ind, col_ind, mat_val, mat_l, num_inp, linht, rd, D)
row_ind |
list of the row indices to fill in the bandsparse matrix |
col_ind |
list of the columns indices to fill in the bandsparse matrix |
mat_val |
list of the values to fill in the bandsparse matrix |
mat_l |
dimension of the band-sparse matrix |
num_inp |
number of non-zero elements in the bandsparse matrix |
linht |
|
rd |
|
D |
the degree of differencing for changepoint |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.