Description Usage Arguments Details Value Examples
View source: R/method_inspect.R
Each row of the input matrix is normalised by the estimated standard deviation computed through the median absolute deviation of increments.
1 | rescale.variance(x, by_row = FALSE)
|
x |
An input matrix of real values. |
This is an auxiliary function used by the InspectChangepoint
package.
A rescaled matrix of the same size is returned.
1 2 3 | x <- matrix(rnorm(40),5,8) * (1:5)
x.rescaled <- rescale.variance(x)
x.rescaled
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.