Diversity prediction theorem: Difference between revisions

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