Weighted average and Epigraph (mathematics): Difference between pages

From TCS Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Auntof6Bot
m (Heading levels (WP ck err 7,19,83) and/or general cleanup using AWB)
 
imported>Auntof6
m (Fixing links to disambiguation pages using AWB)
 
Line 1: Line 1:
A '''weighted average''' is the [[average]] of values which are scaled by importance.  The weighted average of values is the [[sum]] of weights [[multiplication|times]] values [[division (mathematics)|divided by]] the sum of the weights.
[[Image:Epigraph convex.svg|right|thumb|300px|A function (in black) is [[convex function|convex]] if and only if the region above its [[graph]] (in green) is a [[convex set]].]]


== Basic example ==
In [[mathematics]], the '''epigraph''' of a [[Function (mathematics)|function]] is the set of paired values so the output of the function at the first value is [[less than or equal to]] the second value.  In math terms this means <math>(x,r) \in \operatorname{epi}(f)</math> [[if and only if]] <math>f(x) \leq r</math>.


Given two school classes, one with 20 students, and one with 30 students, the grades in each class on a test were:


:Morning class = 62, 67, 71, 74, 76, 77, 78, 79, 79, 80, 80, 81, 81, 82, 83, 84, 86, 89, 93, 98
{{Math-stub}}
 
:Afternoon class = 81, 82, 83, 84, 85, 86, 87, 87, 88, 88, 89, 89, 89, 90, 90, 90, 90, 91, 91, 91, 92, 92, 93, 93, 94, 95, 96, 97, 98, 99
 
The straight average for the morning class is 80 and the straight average of the afternoon class is 90. The straight average of 80 and 90 is 85, the mean of the two class means. However, this does not account for the difference in number of students in each class, hence the value of 85 does not reflect the average student grade (independent of class). The average student grade can be obtained by averaging all the grades, without regard to classes (add all the grades up and divide by the total number of students):
 
:<math>
\bar{x} = \frac{4300}{50} = 86.
</math>
 
Or, this can be accomplished by weighting the class means by the number of students in each class (using a weighted mean of the class means):
 
:<math>\bar{x} = \frac{(20\times80) + (30\times90)}{20 + 30} = 86.</math>
 
Thus, the weighted mean makes it possible to find the average student grade in the case where only the class means and the number of students in each class are available.


{{Math-stub}}
[[Category:Mathematics]]
[[Category:Mathematics]]

Latest revision as of 00:17, 17 April 2013

File:Epigraph convex.svg
A function (in black) is convex if and only if the region above its graph (in green) is a convex set.

In mathematics, the epigraph of a function is the set of paired values so the output of the function at the first value is less than or equal to the second value. In math terms this means [math]\displaystyle{ (x,r) \in \operatorname{epi}(f) }[/math] if and only if [math]\displaystyle{ f(x) \leq r }[/math].


Template:Math-stub