distr (version 2.3.1)

gaps-methods: Methods for Functions gaps and setgaps in Package `distr'

Description

[set]gaps-methods

Usage

gaps(object)
gaps(object)
gaps(object) <- value
setgaps(object, ...)
## S3 method for class 'AbscontDistribution':
gaps(object)## S3 method for class 'AbscontDistribution':
setgaps(object, exactq = 6, 
           ngrid = 50000, ...)

Arguments

object
object of class "AbscontDistribution" (or subclasses)
...
further arguments to be passed to setgaps; not yet used.
value
$n \times 2$ matrix m of numerics where c(t(m)) is an ordered vector; value to be assigned to slot gaps
exactq
density values smaller than $10^{\scriptsize -{\rm exactq}}$ are considered as $0$.
ngrid
number of gridpoints at which the density is evaluated.

concept

  • absolutely continuous distribution
  • accessor function
  • replacement function