pbtld | R Documentation |
Cumulative distribution function for the BTL distribution
pbtld(xvalues, alpha, theta)
xvalues |
input values |
alpha |
scale vector parameter 1 |
theta |
Mode vector paramter 1. |
Vector of cumulative probabilities from the BTLD
pbtld(runif(1000), alpha = c(5,1), theta =c(0.3, 0.7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.