Convex Function: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
 
m (Text replacement - "]]↵*" to "]]. *")
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''See:''' [[Convex Space]], [[Convex Optimization Task]], [[Non-Convex Function]], [[Concave Function]].
A [[Convex Function]] is a [[real-valued function]] over an [[interval (mathematics)|interval]] such that the [[line segment]] between any two points on the [[graph of a function|graph of the function]] lies above the graph, in an [[Euclidean space]] (or more generally a [[vector space]]) of at least two dimensions.
* <B>Context:</B>
** It can range from being a [[Weakly-Convex Function]] to being a [[Strongly-Convex Function]].
** It can be an input to a [[Convex Optimization Task]].
** …
* <B>Example(s):</B>
** a [[Polynomial Function]], <math>x^\alpha</math> for <math>x > 0</math> and α ≥ 1 or α ≤ 0;
** <math>\mid x \mid^α</math>, for α ≥ 1
** an [[Exponential Function]], <math>f(x)=e^x</math> for any real number ''x''.
** <math> −\log x</math>.
** <math>x \log x</math>.
** [[Norm Function]]s.
** [[quadratic-over-linear function]] <math>x^T x/t</math> for t > 0
** a [[Convex Loss Function]].
** …
* <B>Counter-Example(s):</B>
** a [[Non-Convex Function]].
** a [[Concave Function]], such as a [[geometric mean function]].
* <B>See:</B> [[Convex Space]], [[Vector Space]], [[Convex Set]], [[Quadratic Function]], [[Exponential Function]], [[Jensen's Inequality]].
 
----
----
----
----
==References==
 
* http://en.wikipedia.org/wiki/Convex_function
== References ==
 
=== 2015 ===
* (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/convex_function Retrieved:2015-1-19.
** In [[mathematics]], a [[real-valued function]] defined on an [[interval (mathematics)|interval]] is called <B>convex</B> (or <B>convex downward</B> or <B>concave upward</B>) if the [[line segment]] between any two points on the [[graph of a function|graph of the function]] lies above the graph, in an [[Euclidean space]] (or more generally a [[vector space]]) of at least two dimensions. Equivalently, a function is convex if its [[epigraph (mathematics)|epigraph]] (the set of points on or above the graph of the function) is a [[convex set]]. Well-known examples of convex functions are the [[quadratic function]] <math>f(x)=x^2</math> and the [[exponential function]] <math>f(x)=e^x</math> for any real number ''x''.        <P>        Convex functions play an important role in many areas of mathematics. They are especially important in the study of [[optimization]] problems where they are distinguished by a number of convenient properties. For instance, a (strictly) convex function on an open set has no more than one minimum. Even in infinite-dimensional spaces, under suitable additional hypotheses, convex functions continue to satisfy such properties and, as a result, they are the most well-understood functionals in the [[calculus of variations]]. In [[probability theory]], a convex function applied to the [[expected value]] of a [[random variable]] is always less than or equal to the expected value of the convex function of the [[random variable]]. This result, known as [[Jensen's inequality]], underlies many important inequalities (including, for instance, the [[inequality of arithmetic and geometric means|arithmetic&ndash;geometric mean inequality]] and [[Hölder's inequality]]).        <P>        Exponential growth is a special case of convexity. [[Exponential growth]] narrowly means "increasing at a rate ''proportional'' to the current value", while convex growth generally means "increasing at an increasing rate (but not necessarily proportionally to current value)".
 
----


__NOTOC__
__NOTOC__
[[Category:Concept]]

Latest revision as of 17:52, 4 October 2023

A Convex Function is a real-valued function over an interval such that the line segment between any two points on the graph of the function lies above the graph, in an Euclidean space (or more generally a vector space) of at least two dimensions.



References

2015