Description Usage Arguments Value
Run a Simulation of a Time Series
1 | simulate_ts(samplers, estimators, required_dists, n_cores = 1)
|
samplers |
A tibble. Each row describes one distribution for a time series of sets of points. |
estimators |
A tibble. Each row describes an estimator of the change point in the time series. |
required_dists |
A tibble. Each row describes a distance of persistence diagrams. |
n_cores |
An integer. The number of cores to use. If greater 1, than R package parallel is used to parallelize repetitions of experiments. |
A tibble. Each row describes the results of applying one estimator to a time series created by one of the samplers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.