Generic Function - nquantiles
Generic Function
nquantiles(object)
object
: Object of class cpt.geo.Generic function
Numeric value of number of quantiles used in empirical likelihood.
Thomas Grundy
nquantiles-methods
x <- new('cpt.geo') #new cpt.geo object nquantiles(x) <- 10 nquantiles(x) #retrieves the nquantiles slot from x.