Skip to content

Commit

Permalink
Added documentation for the pair adjacent violators algorithm for iso…
Browse files Browse the repository at this point in the history
…tonic regression.
  • Loading branch information
sanity committed Jul 8, 2024
1 parent ff740f0 commit c5d25fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![warn(missing_docs)]

//! Pair adjacent violators algorithm for isotonic regression
//!
//! [Pair Adjacent Violators](https://onlinelibrary.wiley.com/doi/pdf/10.1002/9781118763155.app3) algorithm for
//! [isotonic regression](https://en.wikipedia.org/wiki/Isotonic_regression)
//!
Expand Down Expand Up @@ -45,5 +47,3 @@ pub mod isotonic_regression;
pub use coordinate::Coordinate;
pub use point::Point;
pub use isotonic_regression::IsotonicRegression;

/// Pair adjacent violators algorithm for isotonic regression

0 comments on commit c5d25fb

Please sign in to comment.