Function test::stats::write_5_number_summary[src]

pub fn write_5_number_summary<T: Float + Show>(w: &mut Writer, s: &Summary<T>) -> IoResult<()>

Render writes the min, max and quartiles of the provided Summary to the provided Writer.