test.stat<- {changepoint.geo} | R Documentation |
Generic Function - test.stat<-
Description
Generic function
Usage
test.stat(object) <- value
Arguments
object |
Object of class cpt.geo. |
value |
Replacement value. |
Details
Generic function.
Value
Character string of type of test statistic used.
Author(s)
Thomas Grundy
See Also
Examples
x <- new('cpt.geo')
test.stat(x) <- 'Normal'
[Package changepoint.geo version 1.0.2 Index]