qbtld | R Documentation |
Quantile function (icdf) for the btld
qbtld(x, theta, alpha)
x |
A vector of inputs. |
theta |
Mode vector |
alpha |
Scale vector |
The icdf of x
.
alpha<-c(5,1) theta<-c(0.3,0.7) qbtld(x=runif(1000), alpha, theta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.