Art of Problem Solving

Mode: Difference between revisions

Pi is 3.14 (talk | contribs)
Ryanjwang (talk | contribs)
mNo edit summary
Line 1: Line 1:
__TOC__
==Definition==
In a [[finite]] [[multiset]], the '''mode''' is the [[element]] (or set of elements) that appears the most times.  For example, in <math>\{1,1,3,5,6,7,7,7,7,8\}</math>, the mode is <math>7</math>.
In a [[finite]] [[multiset]], the '''mode''' is the [[element]] (or set of elements) that appears the most times.  For example, in <math>\{1,1,3,5,6,7,7,7,7,8\}</math>, the mode is <math>7</math>.


Line 5: Line 8:


== See also ==
== See also ==
*[[Arithmetic mean]]
*[[Mean]]
*[[Median]]
*[[Median]]


{{stub}}
{{stub}}

Revision as of 14:31, 12 November 2023

Definition

In a finite multiset, the mode is the element (or set of elements) that appears the most times. For example, in $\{1,1,3,5,6,7,7,7,7,8\}$, the mode is $7$.

Mean, Median, Mode

https://youtu.be/TkZvMa30Juo?t=1504

See also

This article is a stub. Help us out by expanding it.