powered by
Fleishman
Fleishman computes the variance, skewness and kurtosis for a given set of of coefficients b,c,d for the Fleishman transform
Fleishman(coef)
vector with the coefficents
out vector with coefficients Var,Skew,Kurt
# NOT RUN { coef <- c( 0.90475830, 0.14721082, 0.02386092) out <- Fleishman( coef ) # }
Run the code above in your browser using DataLab