Untransformation of a Distribution Object
untrafo
is a generic function that returns the untransformed random variable, if a transformed object
is given.
untrafo(O) ## S3 method for class 'trans_standist' untrafo(O) ## S3 method for class 'trans_mixdist' untrafo(O) ## S3 method for class 'trans_compdist' untrafo(O)
O |
transformed distribution object. |
Untransformed distribution object.
B <- binomdist(10, 0.3) B2 <- -3*log(B) B2 untrafo(B2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.