.getImageDistr {RandVar} | R Documentation |
Help function for generation of image distributions
Description
Generates an imageDistribution f(distr).
Usage
.getImageDistr(f, distr)
Arguments
f |
a function with values in R |
distr |
an object of class |
Details
works even if f(distr)
fails;
if anything else fails does simulations of f(x)
,
x
according to distr
; uses RtoDPQ
then;
does not check whether f(distr)
has point masses
Value
image distribution of distr
under f
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
[Package RandVar version 1.2.5 Index]