perform_DNA_test: Perform DNA test and plot

Description Usage Arguments Value

View source: R/standard_tests.R

Description

Perform DNA test and plot

Usage

1
perform_DNA_test(algorithm, size = 1000, ...)

Arguments

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

Value

what the inner algorithm returns


aaaaana/changepoints documentation built on May 26, 2019, 1:35 p.m.