Description Usage Value Details See Also
View source: R/UserInterface.R
This function allows to check which algorithms and distributions are implemented in the package. It provides the string that must be passed as a parameter to the BinSeg method, along with a small description.
1 |
A List with two slots, one for Algorithms and one for Distributions. Each one of them is a Character Matrix with a column for the parameter string and another one for the description.
This method queries directly the C++ code in order to find which distributions are currently available, as well as the name that must be passed to use them. The benefit is that no R code must be modified when a new Distribution or Algorithm is added. Only by adding on C++ it is possible to register it on the return matrix of this method.
BinSegModel to perform changepoint analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.