test.stat<- {changepoint.geo} | R Documentation |
Generic function
test.stat(object) <- value
object |
Object of class cpt.geo. |
value |
Replacement value. |
Generic function.
Character string of type of test statistic used.
Thomas Grundy
x <- new('cpt.geo')
test.stat(x) <- 'Normal'