Diversity prediction theorem: Difference between revisions

m
→‎version 2: changed whitespace.
m (promoted to (full) task status.)
m (→‎version 2: changed whitespace.)
Line 1,137:
say ' the true value: ' true copies("═", 20) 'crowd estimates: ' x
say ' the average error: ' format( avgSD(true) , , 6) / 1
say ' the crowd error: ' format( (true-a) **2 , , 6) / 1; say; say
say 'prediction diversity: ' format( avgSD(a) , , 6) / 1; say; say
return /* └─── show 6 dec. digs.*/</lang>
{{out|output|text=&nbsp; when using the default inputs:}}