generate_ellipse: Compute a set of points, in order to draw 95% confidence...

View source: R/utils.R

generate_ellipseR Documentation

Compute a set of points, in order to draw 95% confidence intervals

Description

Compute a set of points, in order to draw 95% confidence intervals

Usage

generate_ellipse(theta, alpha = 0.05, npoints = 500)

Arguments

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

Value

a tibble with n points associated to x and y locations associated to the 1-alpha confidence interval

Author(s)

Bastien CHASSAGNOL


bastienchassagnol/RGMMBench documentation built on Oct. 26, 2023, 5:58 p.m.