rjsb {ForestFit} | R Documentation |
Simulating realizations from the Johnson's SB (JSB) distribution
Description
Simulates realizations from four-parameter JSB distribution with probability density function given by
where ,
with
,
, and
.
Usage
rjsb(n, param)
Arguments
n |
Number of requested random realizations. |
param |
Vector of the parameters |
Value
A vector of length n
, giving random generated values from JSB distribution.
Author(s)
Mahdi Teimouri
Examples
n<-100
param<-c(delta<-1, gamma<-3, lambda<-12, xi<-5)
rjsb(n, param)
[Package ForestFit version 2.2.3 Index]