Skip to content
Snippets Groups Projects
Commit e68e8c8d authored by Paul Millar's avatar Paul Millar
Browse files

update_oai-pmh cosmetic improvement on statistics reporting.

parent 08af574c
No related branches found
No related tags found
1 merge request!69Master
......@@ -226,6 +226,8 @@ class SeriesStatistics
def to_s
if @series.length == 0
"N=0"
elsif @series.length == 1
"N=1 x=#{(mean).signif(2)}"
else
"N=#{count} min=#{(min).signif(2)} μ=#{(mean).signif(2)} max=#{(max).signif(2)} σ=#{(standard_deviation).signif(2)}"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment