Skip to content

Commit

Permalink
Update - confidence region
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGoueguel committed Apr 22, 2024
1 parent fc96043 commit 79cc0ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ status](https://www.r-pkg.org/badges/version/ConfidenceEllipse)](https://CRAN.R-

<!-- badges: end -->

The `ConfidenceEllipse` package computes the coordinate points of confidence ellipses and ellipsoids for a given bivariate and trivariate dataset. The size of the ellipse and ellipsoid is determined by the confidence level, and the shape is determined by the covariance matrix. The confidence level is usually chosen to be 95% or 99%, and the resulting confidence region contains the points that are expected to lie within the multivariate distribution.
The `ConfidenceEllipse` package computes the coordinate points of confidence region for a given bivariate and trivariate dataset. The size of the elliptical region is determined by the confidence level, and the shape is determined by the covariance matrix. The confidence level is usually chosen to be 95% or 99%, and the resulting confidence region contains the points that are expected to lie within the multivariate distribution.

## Installation

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ status](https://www.r-pkg.org/badges/version/ConfidenceEllipse)](https://CRAN.R-
<!-- badges: end -->

The `ConfidenceEllipse` package computes the coordinate points of
confidence ellipses and ellipsoids for a given bivariate and trivariate
dataset. The size of the ellipse and ellipsoid is determined by the
confidence level, and the shape is determined by the covariance matrix.
The confidence level is usually chosen to be 95% or 99%, and the
resulting confidence region contains the points that are expected to lie
within the multivariate distribution.
confidence region for a given bivariate and trivariate dataset. The size
of the elliptical region is determined by the confidence level, and the
shape is determined by the covariance matrix. The confidence level is
usually chosen to be 95% or 99%, and the resulting confidence region
contains the points that are expected to lie within the multivariate
distribution.

## Installation

Expand Down

0 comments on commit 79cc0ed

Please sign in to comment.