Averages/Mode: Difference between revisions

task description: Improve formatting and add related tasks box
(→‎{{header|Perl 6}}: add version without temporaries)
(task description: Improve formatting and add related tasks box)
Line 1:
{{task|Probability and statistics}}
 
;Task:
{{task heading}}
 
Write a program to find the [[wp:Mode (statistics)|mode]] value of a collection.
 
Line 7 ⟶ 9:
If it is not appropriate or possible to support a general collection, use a vector (array), if possible. If it is not appropriate or possible to support an unspecified value type, use integers.
 
{{task heading|See also}}
 
{{Related tasks/Statistical measures}}
 
<hr>
;Related tasks:
:* &nbsp; [[Averages/Arithmetic mean|Mean]]
:* &nbsp; [[Averages/Median|Median]]
<br><br>
 
=={{Header|ActionScript}}==
Anonymous user