nquantiles<- {changepoint.geo}R Documentation

Generic Function - nquantiles<-

Description

Generic function

Usage

nquantiles(object) <- value

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Details

Generic function.

Value

Numeric value of number of quantiles used in empirical likelihood.

Author(s)

Thomas Grundy

See Also

nquantiles<–methods

Examples

x <- new('cpt.geo')
nquantiles(x) <- 10

[Package changepoint.geo version 1.0.2 Index]