rjsbb {ForestFit}R Documentation

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

Description

Simulates realizations from four-parameter JSB distribution.

Usage

rjsbb(n, param)

Arguments

n

Number of requested random realizations.

param

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

Value

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

Author(s)

Mahdi Teimouri

Examples

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)

[Package ForestFit version 2.4.3 Index]