Description Usage Arguments Value
View source: R/standard_tests.R
Perform DNA test and plot
1 | perform_DNA_test(algorithm, size = 1000, ...)
|
algorithm |
= the function that you want to use. It has to receive the chain as first argument and return a list of the format '("change_points", "estimated_matrices")', where 'change_points' is vector of indeces of fixed points and 'estimated_matrices' is the list of estimated matrices for each chunk |
size |
= test size |
... |
= the additional parameters to be passed to the algorithm |
what the inner algorithm returns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.