Description Usage Arguments Details Value
Calculates the cost between a sequence of multivariate observations using the provided cumulative sums of data. The observations are assumed to be Normally distributed with fixed mean (= 0
). The variance parameters are set to their maximum likelihood estimates. Used for detecting changes in variance only.
1 | norm.var(n, x, x2, p, length.checklist)
|
n |
A matrix containing the lengths between the changepoints in current changepoint vector being considered and the changepoints in the check-list of previous changepoint vectors. |
x |
A |
x2 |
The same as |
p |
The number of variables in the series. |
length.checklist |
The number of possible previous changepoint vectors on the check-list being considered. |
An internal function, not designed for use by the end-user.
A vector of length length.checklist
containing the multivariate costs for each changepoint vector on the check-list being considered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.