Function test::stats::write_5_number_summaryExperimental
[-]
[+]
[src]
pub fn write_5_number_summary<W: Writer, T: Float + Show>(w: &mut W, s: &Summary<T>) -> IoResult<()>
Render writes the min, max and quartiles of the provided Summary
to the provided Writer
.