getUnivStat: Get the binary test statistic for one dimension
Description
Get the binary test statistic for one dimension
Usage
getUnivStat(y, weightFUN = defaultWeights)
Value
A vector of length length(y)-1
, the binary test statistic for one dimension
Arguments
- y
Input vector of signals for the considered dimension
- weightFUN
A function
returning a (n-1)*1
vector of
weights for the candidate change point positions. See
anotherBkp
Author
Morgane Pierre-Jean and Pierre Neuvial
Details
This function is used internally by anotherBkp
.