ptridist | R Documentation |
random number generator for the triangular distribution
ptridist(values, theta)
values |
input vector |
theta |
mode parameter (between 0 and 1) |
df of random variates
ptridist(runif(1000),0.3) ptridist(runif(1000), 0.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.