Learn R Programming

ForestFit (version 2.4.3)

rjsbb: Simulating realizations from bivariate Johnson's SB (JSBB) distribution.

Description

Simulates realizations from four-parameter JSB distribution.

Usage

rjsbb(n, param)

Value

A vector of length n, giving random generated values from JSBB distribution.

Arguments

n

Number of requested random realizations.

param

Vector of the parameters \(\bf{\delta}\), \(\bf{\gamma}\), \(\bf{\lambda}\), \(\bf{\xi}\), \(\rho\).

Author

Mahdi Teimouri

Examples

Run this code
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