Add a reference for calculating quantiles
This commit is contained in:
parent
0098668d3b
commit
dc25fd1687
@ -7,6 +7,8 @@ use quickersort::sort_floats;
|
||||
use super::Estimate;
|
||||
|
||||
/// Estimate the p-quantile of a sequence of numbers ("population").
|
||||
// This uses the P² algorithm introduced here:
|
||||
// http://www.cs.wustl.edu/~jain/papers/ftp/psqr.pdf
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Quantile {
|
||||
/// Marker heights.
|
||||
|
Loading…
Reference in New Issue
Block a user