rjsbb | R Documentation |
Simulates realizations from four-parameter JSB distribution.
rjsbb(n, param)
n |
Number of requested random realizations. |
param |
Vector of the parameters |
A vector of length n
, giving random generated values from JSBB distribution.
Mahdi Teimouri
Delta <- c(2.5, 3)
Gamma <- c(2,1)
Lambda <- c(1, 3)
Xi <- c(0, 2)
rho <- -0.5
param <- c(Delta, Gamma, Lambda, Xi, rho)
rjsbb(20, param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.