From 56e569d63ed057fe6f12b8322e28f6fdb709525e Mon Sep 17 00:00:00 2001 From: Josh Day Date: Tue, 10 Sep 2024 14:03:19 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2939fd7..ce08f7d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ | [![CI](https://github.com/joshday/SweepOperator.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/joshday/SweepOperator.jl/actions/workflows/CI.yml) | [![codecov.io](http://codecov.io/github/joshday/SweepOperator.jl/coverage.svg?branch=master)](http://codecov.io/github/joshday/SweepOperator.jl?branch=master) | -The symmetric sweep operator is a powerful tool in computational statistics with uses in stepwise regression, conditional multivariate normal distributions, MANOVA, and more. This package exports a single function: +The symmetric sweep operator (a.k.a. principal pivot transform) is a powerful tool in computational statistics with uses in stepwise regression, conditional multivariate normal distributions, MANOVA, and more. This package exports a single function: ## `sweep!`