powered by
Simulates realizations from four-parameter JSB distribution.
rjsbb(n, param)
A vector of length n, giving random generated values from JSBB distribution.
n
Number of requested random realizations.
Vector of the parameters \(\bf{\delta}\), \(\bf{\gamma}\), \(\bf{\lambda}\), \(\bf{\xi}\), \(\rho\).
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)
Run the code above in your browser using DataLab