Learn R Programming

changepoint.geo (version 1.0.1)

nquantiles: Generic Function - nquantiles

Description

Generic Function

Usage

nquantiles(object)

Arguments

object

Object of class cpt.geo.

Value

Numeric value of number of quantiles used in empirical likelihood.

Details

Generic function

See Also

nquantiles-methods

Examples

Run this code
# NOT RUN {
x <- new('cpt.geo')	#new cpt.geo object
nquantiles(x) <- 10
nquantiles(x)	#retrieves the nquantiles slot from x.
# }

Run the code above in your browser using DataLab