getConfidenceEllipse: Compute confidence ellipse for a set of points

View source: R/plotseries.R

getConfidenceEllipseR Documentation

Compute confidence ellipse for a set of points

Description

Compute confidence ellipse for a set of points

Usage

getConfidenceEllipse(points, conf.level = 0.95, n = 100)

Arguments

points

matrix of data frame with coordinates of the points

conf.level

confidence level for the ellipse

n

number of points in the ellipse coordinates

Value

matrix with coordinates of the ellipse points (x and y)


mdatools documentation built on Sept. 11, 2024, 7:59 p.m.