test.stat_-: Generic Function - test.stat<-

test.stat<-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

test.stat<–methods

Examples

x <- new('cpt.geo')
test.stat(x) <- 'Normal'

changepoint.geo documentation built on Sept. 24, 2023, 1:06 a.m.