djsb {ForestFit} | R Documentation |
Computing the probability density function of Johnson's SB (JSB) distribution
Description
Computes the probability density function of the four-parameter JSB distibution given by
where ,
with
,
, and
.
Usage
djsb(data, param, log = FALSE)
Arguments
data |
Vector of observations. |
param |
Vector of the parameters |
log |
If |
Value
A vector of length n
, giving random generated values from JSB distribution.
Author(s)
Mahdi Teimouri
Examples
data<-rnorm(10)
param<-c(delta<-1, gamma<-3, lambda<-12, xi<-5)
djsb(data, param, log = FALSE)
[Package ForestFit version 2.2.3 Index]