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