Learn R Programming

cbsem (version 1.0.0)

Fleishman: Fleishman computes the variance, skewness and kurtosis for a given set of of coefficients b,c,d for the Fleishman transform

Description

Fleishman computes the variance, skewness and kurtosis for a given set of of coefficients b,c,d for the Fleishman transform

Usage

Fleishman(coef)

Arguments

coef

vector with the coefficents

Value

out vector with coefficients Var,Skew,Kurt

Examples

Run this code
# NOT RUN {
coef <- c( 0.90475830, 0.14721082, 0.02386092) 
out <- Fleishman( coef )

# }

Run the code above in your browser using DataLab