Add a reference for calculating quantiles

This commit is contained in:
Vinzent Steinberg 2017-06-27 12:45:04 +02:00
parent 0098668d3b
commit dc25fd1687
1 changed files with 2 additions and 0 deletions

View File

@ -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.