powered by
untrafo is a generic function that returns the untransformed random variable, if a transformed object is given.
untrafo
untrafo(O)# S3 method for trans_standist untrafo(O)# S3 method for trans_mixdist untrafo(O)# S3 method for trans_compdist untrafo(O)
# S3 method for trans_standist untrafo(O)
# S3 method for trans_mixdist untrafo(O)
# S3 method for trans_compdist untrafo(O)
transformed distribution object.
Untransformed distribution object.
# NOT RUN { B <- binomdist(10, 0.3) B2 <- -3*log(B) B2 untrafo(B2) # }
Run the code above in your browser using DataLab