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