| knots.ewcdf | R Documentation |
Extract the knots (jump points) of an empirical weighted cumulative distribution function.
## S3 method for class 'ewcdf'
knots(Fn, ...)
Fn |
An empirical weighted cumulative
distribution function (object of class |
... |
Ignored. |
The function knots is generic. This
function knots.ewcdf is the method for
the class "ewcdf" of empirical weighted cumulative
distribution functions. Objects of class "ewcdf"
are created by ewcdf.
The jump points (locations of increments) of the function will be returned as a numeric vector.
Numeric vector.
.
ewcdf, quantile.ewcdf
x <- c(1, 2, 5)
w <- runif(3)
e <- ewcdf(x,w)
knots(e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.