powered by
Each row of the input matrix is normalised by the estimated standard deviation computed through the median absolute deviation of increments.
rescale.variance(x)
An input matrix of real values.
A rescaled matrix of the same size is returned.
This is an auxiliary function used by the InspectChangepoint package.
InspectChangepoint
# NOT RUN { x <- matrix(rnorm(40),5,8) * (1:5) x.rescaled <- rescale.variance(x) x.rescaled # }
Run the code above in your browser using DataLab