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