compute_rand | R Documentation |
Computes the rand Index (non-adjusted) for the change point sets. A specific equation for change point detection is used to make the computation faster. Proof of correctness of the equation is given in the dissertation.
compute_rand(cp1, cp2, m)
cp1 |
Change point set for model 1 or true change point set. |
cp2 |
Change point set for model 2 or true change point set. |
m |
The size of the vector array. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.