powered by
A function to plot lineplot for sparsity levels of estimated model parameters
plot_density(est_mats, threshold = 0.1)
A plot for sparsity density across over all estimated segments
A list of numeric matrices, the length of list equals to the number of estimated segments
A numeric value, set as a threshold, the function only counts the non-zeros with absolute magnitudes larger than threshold
set.seed(1) est_mats <- list(matrix(rnorm(400, 0, 2), 20, 20), matrix(rnorm(400), 20, 20)) plot_density(est_mats, threshold = 0.25)
Run the code above in your browser using DataLab