statistics analysis optimisation

Definition

Convex Function

A function defined on a convex set is convex if the line segment between any two points on the graph of the function lies above or on the graph. Formally, for all and any :

Significance in Optimisation

Global Optimality: For convex functions, any local minimum is also a global minimum. This property is fundamental for the convergence of gradient descent and the efficiency of training models like SVMs and Logistic Regression.

Jensen’s Inequality: A key result in probability and analysis, stating that for a convex function and random variable , . This is frequently used in the derivation of learning bounds and variational inference.