Description Usage Arguments Value Examples
NewtonFl
Newton's method to find roots of the function FlFunc.
1 | NewtonFl(target, startv, maxIter = 100, converge = 1e-12)
|
target |
vector with the desired skewness and kurtosis |
startv |
vector with initial guess of the coefficents for the Fleishman transform |
maxIter |
maximum of iterations |
converge |
limit of allowed absolute error |
out list with components
coefficients | vector with the approximation to the root |
value | vector with differences of root and target |
iter | number of iterations used |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.