| gaps-methods | R Documentation |
[set]gaps-methods
gaps(object)
gaps(object)
gaps(object) <- value
setgaps(object, ...)
## S4 method for signature 'AbscontDistribution'
gaps(object)
## S4 method for signature 'AbscontDistribution'
setgaps(object, exactq = 6,
ngrid = 50000, ...)
object |
object of class |
... |
further arguments to be passed to |
value |
|
exactq |
density values smaller than
|
ngrid |
number of gridpoints at which the density is evaluated. |
signature(object = "AbscontDistribution"): returns slot
gaps of an absolutely continuous distribution
signature(object = "AbscontDistribution"): tries to find
out the gaps (where d(object) is approximately
0) and fills slot gaps of object correspondingly
signature(object = "UnivarMixingDistribution"):
for each mixing component, if it has a slot gaps, tries to find out the gaps
and fills slot gaps of the component correspondingly, and,
subsequently merges all found gap-slots of the components to a gap-slot
for the object, using internal function .mergegaps2.
signature(object = "AbscontDistribution"): modifies slot
gaps of an absolutely continuous distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.