knots.ewcdf: Jump Points of an Empirical Weighted Cumulative Distribution...

View source: R/ewcdf.R

knots.ewcdfR Documentation

Jump Points of an Empirical Weighted Cumulative Distribution Function

Description

Extract the knots (jump points) of an empirical weighted cumulative distribution function.

Usage

 ## S3 method for class 'ewcdf'
knots(Fn, ...)

Arguments

Fn

An empirical weighted cumulative distribution function (object of class "ewcdf").

...

Ignored.

Details

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.

Value

Numeric vector.

Author(s)

\spatstatAuthors

.

See Also

ewcdf, quantile.ewcdf

Examples

   x <- c(1, 2, 5)
   w <- runif(3)
   e <- ewcdf(x,w)
   knots(e)

spatstat.univar documentation built on June 8, 2025, 12:52 p.m.