generate_ellipse | R Documentation |
Compute a set of points, in order to draw 95% confidence intervals
generate_ellipse(theta, alpha = 0.05, npoints = 500)
theta |
the list of the estimates returned by the EM algorithm |
alpha |
the confidence interval |
npoints |
the number of points used to generate the ellipes |
a tibble with n
points associated to x and y locations associated to the 1-alpha
confidence interval
Bastien CHASSAGNOL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.