powered by
NewtonFl
NewtonFl Newton's method to find roots of the function FlFunc.
NewtonFl(target, startv, maxIter = 100, converge = 1e-12)
vector with the desired skewness and kurtosis
vector with initial guess of the coefficents for the Fleishman transform
maximum of iterations
limit of allowed absolute error
out list with components
# NOT RUN { skew <- 1; kurt <- 2 startv <- c( 0.90475830, 0.14721082, 0.02386092) out <- NewtonFl(c(skew,kurt),startv) # }
Run the code above in your browser using DataLab