triangle_cdfe | R Documentation |
Triangle parameter estimates using a non-linear fit of the empirical CDF
triangle_cdfe(x, control = stats::nls.control(maxiter = 100, warnOnly = TRUE))
x |
the triangle distributed sample |
control |
an object created by |
an object of class nls
set.seed(10304) xtest <- rtriangle(100, 1, 5, 2) cdfe <- triangle_cdfe(xtest) print(cdfe) summary(cdfe) coef(cdfe) ## Not run: confint(cdfe) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.