Fleishman: 'Fleishman' computes the variance, skewness and kurtosis for...

Description Usage Arguments Value Examples

View source: R/ValeMorelli.r

Description

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

Usage

1

Arguments

coef

vector with the coefficents

Value

out vector with coefficients Var,Skew,Kurt

Examples

1
2
coef <- c( 0.90475830, 0.14721082, 0.02386092) 
out <- Fleishman( coef )

cbsem documentation built on May 2, 2019, 5:56 a.m.

Related to Fleishman in cbsem...