[R] Question about Runuran (Triangular Distribution)

2008-05-23 Thread Alberto Monteiro
The Runuran package includes a simulation for the Triangular Distribution,
urtriang. But I didn't find an analogue of the q* functions (rnorm - qnorm,
runif - qunif), that would invert the CDF (?uqtriang).

Are there any such functions?

Alberto Monteiro

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Question about Runuran (Triangular Distribution)

2008-05-23 Thread Yasir Kaheil

Please refer to: qtriangle function in VGAM library

thanks
y



Alberto Monteiro wrote:
 
 The Runuran package includes a simulation for the Triangular Distribution,
 urtriang. But I didn't find an analogue of the q* functions (rnorm -
 qnorm,
 runif - qunif), that would invert the CDF (?uqtriang).
 
 Are there any such functions?
 
 Alberto Monteiro
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
 
 


-
Yasir H. Kaheil
Catchment Research Facility
The University of Western Ontario 

-- 
View this message in context: 
http://www.nabble.com/Question-about-Runuran-%28Triangular-Distribution%29-tp17427688p17428151.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.