test.stat {changepoint.geo} | R Documentation |
Generic Function
test.stat(object)
object |
Object of class cpt.geo. |
Generic function
Character string of test statistic used.
Thomas Grundy
x <- new('cpt.geo') #new cpt.geo object
test.stat(x) #retrieves the test.stat slot from x.