Add all the A tasks
This commit is contained in:
parent
2dd7375f96
commit
051504d65b
1608 changed files with 18584 additions and 0 deletions
5
Task/Averages-Mode/0DESCRIPTION
Normal file
5
Task/Averages-Mode/0DESCRIPTION
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Write a program to find the [[wp:Mode (statistics)|mode]] value of a collection. The case where the collection is empty may be ignored. Care must be taken to handle the case where the mode is non-unique.
|
||||
|
||||
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.
|
||||
|
||||
See also: [[Averages/Arithmetic mean|Mean]], [[Averages/Median|Median]]
|
||||
2
Task/Averages-Mode/1META.yaml
Normal file
2
Task/Averages-Mode/1META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
note: Probability and statistics
|
||||
Loading…
Add table
Add a link
Reference in a new issue