search for: qtriangle

Displaying 4 results from an estimated 4 matches for "qtriangle".

Did you mean: triangle
2011 Mar 08
1
R Commander QQ Plot with triangular distribution
I am attempting to use the R Commander Graphs Quantile-Comparison functionality on a dataset, to compare with a triangular distribution. I have the package triangle. My question is on the syntax of how to specify the parameters of the theoretical distribution in the Parameters field of the dialog box. For example, the theoretical distribution has min of 3000, max of 5000, mode of 4000. When
2006 Jul 12
0
New R-Packages: Triangle and LHS
Two new packages have been added to CRAN. The first is a simple package which provides the standard functions for a triangle distribution (rtriangle, dtriangle, ptriangle, qtriangle). The second package generates and augments Latin Hypercube Samples. Functions for generating random and optimized designs are provided. I look forward hearing your feedback and improving the documentation! Rob Carnell _______________________________________________ R-packages mailing list...
2006 Jul 12
0
New R-Packages: Triangle and LHS
Two new packages have been added to CRAN. The first is a simple package which provides the standard functions for a triangle distribution (rtriangle, dtriangle, ptriangle, qtriangle). The second package generates and augments Latin Hypercube Samples. Functions for generating random and optimized designs are provided. I look forward hearing your feedback and improving the documentation! Rob Carnell _______________________________________________ R-packages mailing list...
2008 May 23
1
Question about Runuran (Triangular Distribution)
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