math concept
63 topics use this
Math concept
Optimization
Core equation
$$\theta^* = \arg\min_\theta \mathcal{L}(\theta)$$
Mathematical optimization finds the best solution from a set of feasible alternatives. From gradient descent in ML to linear programming in operations research, it is the computational engine behind nearly every quantitative field.
First-order conditions
For differentiable $f: \mathbb{R}^n \to \mathbb{R}$, a necessary condition for a local minimum is:
\[\nabla f(\mathbf{x}^*) = \mathbf{0}\]Second-order sufficient condition: $\nabla^2 f(\mathbf{x}^*)$ is positive definite.
Convexity
A function $f$ is convex if:
\[f(\lambda\mathbf{x} + (1-\lambda)\mathbf{y}) \leq \lambda f(\mathbf{x}) + (1-\lambda)f(\mathbf{y}), \quad \forall \lambda \in [0,1]\]For convex $f$, every local minimum is a global minimum. This is why convex loss functions are so important in ML.
Constrained optimization (KKT)
Minimize $f(\mathbf{x})$ subject to $g_i(\mathbf{x}) \leq 0$ and $h_j(\mathbf{x}) = 0$. The KKT conditions require:
\[\nabla f(\mathbf{x}^*) + \sum_i \mu_i \nabla g_i(\mathbf{x}^*) + \sum_j \lambda_j \nabla h_j(\mathbf{x}^*) = \mathbf{0}\]with $\mu_i \geq 0$ and $\mu_i g_i(\mathbf{x}^*) = 0$ (complementary slackness).
Fields that use this concept
Finance & economics
Actuarial science
Embedded Options in Insurance
Financial options implicit in insurance and annuity contracts—such as guaranteed annuity rates and variable annuity guarantees—that require stochastic modeling and hedging for fair valuation under Solvency II.
Interest Rate Risk
The exposure of insurance liabilities and fixed-income assets to changes in interest rates, managed through duration, convexity, immunization, and asset-liability management techniques.
Risk Measures in Actuarial Science
Quantitative tools for summarizing the risk profile of a loss distribution, including VaR, TVaR, coherent measures, and distortion risk measures used in insurance regulation.
Life sciences
Bioinformatics
Phylogenetics
Inferring evolutionary trees from molecular sequences using substitution models and likelihood methods.
Protein Structure Prediction
Energy minimization, force fields, and deep learning approaches for predicting 3D protein structure from sequence.
RNA-Seq Differential Expression
Statistical modelling of read counts to identify genes that change expression between conditions.
Sequence Alignment
Dynamic programming algorithms for aligning DNA, RNA, and protein sequences to find optimal matches.
Life sciences
Biostatistics
Cox Proportional Hazards
Semi-parametric regression model for survival data that estimates covariate effects without specifying the baseline hazard.
Generalized Linear Models
A unified regression framework extending linear models to non-normal outcomes via exponential family distributions and link functions.
Linear Mixed Models
Regression with random effects for correlated and hierarchical data. Used throughout clinical research.
Logistic Regression
Regression model for binary and polytomous outcomes using the logit link, yielding odds ratio estimates directly interpretable in clinical and epidemiological research.
Physical sciences
Computational chemistry
Exchange-Correlation Functionals
The approximations to the unknown exchange-correlation energy in DFT, ranging from LDA to hybrid and dispersion-corrected functionals.
Molecular Mechanics
Classical force field models that treat atoms as point masses connected by springs to simulate large biomolecular systems.
Finance & economics
Econometrics
Generalized Method of Moments
A general estimation framework that exploits population moment conditions to identify and estimate model parameters with minimal distributional assumptions.
Instrumental Variables
Causal inference when OLS is biased by endogeneity. Uses a third variable to isolate exogenous variation.
Maximum Likelihood Estimation
Estimating parameters by maximising the probability of observed data. Foundation of modern statistical inference.
OLS Regression
Estimating linear relationships by minimising squared residuals. The workhorse of econometrics.
Auctions
Market mechanisms for allocating goods through competitive bidding.
Bargaining
Strategic models of how two parties split a surplus through negotiation.
Cooperative Games
Games where players form coalitions and share payoffs according to fairness axioms.
Information Asymmetry
Strategic behaviour when players hold different private information.
Mechanism Design
Engineering game rules to achieve desired outcomes despite private information.
Nash Equilibrium
A strategy profile where no player can benefit by unilaterally deviating.
Prisoner's Dilemma
The canonical social dilemma where individual rationality leads to collective loss.
Repeated Games
How cooperation can emerge when players interact across multiple rounds.
Social Choice Theory
How individual preferences can — and cannot — be aggregated into collective decisions.
Earth sciences
Geophysics
Electrical Methods
Resistivity surveys and IP measurements map subsurface conductivity by injecting current and measuring potential differences.
Geodesy
Reference ellipsoids, geoid undulations, GPS trilateration, and InSAR measure Earth's shape, gravity field, and crustal deformation.
Gravity Methods
Bouguer anomalies and gravitational potential inversion reveal subsurface density contrasts.
Magnetic Methods
Total-field anomaly maps, Euler deconvolution, and susceptibility inversion image subsurface magnetic sources.
Seismic Tomography
Ray-path integrals and least-squares inversion map 3D velocity structure inside the Earth.
Engineering & CS
Machine learning
Backpropagation
Efficient computation of gradients in neural networks via the chain rule of calculus.
Decision Trees
Recursive partitioning of the feature space using impurity-based splitting criteria to build interpretable prediction rules.
Gradient Descent
Iterative optimisation by following the steepest downhill direction. The engine of modern ML.
Linear Regression
The simplest supervised learning model — mathematically identical to econometric OLS.
Neural Networks
Universal function approximators trained by backpropagation, forming the foundation of modern deep learning.
Random Forests
An ensemble method combining bagged decision trees with random feature subsets to produce low-variance, high-accuracy predictions.
Earth sciences
Meteorology
Engineering & CS
Operations research
Dynamic Programming
Solving complex optimisation problems by breaking them into overlapping subproblems. Bellman's principle of optimality is the key insight.
Markov Decision Processes
The mathematical framework for sequential decision-making under uncertainty. Foundation of reinforcement learning.
Network Flow
Optimising flows through networks — transportation, logistics, matching, and scheduling all reduce to network flow problems.
Job Scheduling
Minimizing makespan and completion times in single-machine, multi-machine, and project scheduling settings.
Confirmatory Factor Analysis
A theory-driven factor model in which loadings and factor correlations are constrained a priori and tested against data.
Factor Analysis
Dimensionality-reduction technique decomposing observed variables into latent common factors and unique error terms.
Item Response Theory
Probabilistic models linking latent trait levels to item response probabilities via item characteristic curves.
Latent Class Analysis
A model-based clustering technique that identifies unobserved subgroups from patterns of categorical observed indicators.
Rasch Model
A one-parameter IRT model placing persons and items on a common logit scale via the log-odds of success.
Structural Equation Modeling
A framework combining a measurement model and a structural model to test hypothesized relationships among latent variables.
Test Equating
Statistical procedures that place scores from different test forms onto a common scale so they can be used interchangeably.
Finance & economics
Quant finance
Black–Scholes Model
The foundational option pricing model. Derives a fair price from stochastic calculus and no-arbitrage.
Bond Pricing & Duration
Valuing fixed-income securities and measuring their interest rate sensitivity. Duration and convexity are the core risk metrics.
Life sciences
Quant genetics
The Animal Model
BLUP breeding value estimation using pedigree relationships and mixed model equations.
Polygenic Scores
Aggregating genome-wide SNP effects into individual-level genetic prediction scores.
Response to Selection
The Breeder's equation and quantitative prediction of genetic gain per generation.
Physical sciences
Quantum computing
Quantum Annealing
A metaheuristic for combinatorial optimisation that uses quantum tunnelling to escape local minima in energy landscapes.
Variational Quantum Eigensolver
A hybrid quantum-classical algorithm for approximating ground-state energies of quantum systems using parameterised circuits.
Engineering & CS
Robotics
Robot Kinematics
Forward and inverse kinematics for serial manipulators using homogeneous transforms, DH parameters, and the geometric Jacobian.
Motion Planning
Algorithms for finding collision-free, dynamically feasible, and optimally smooth robot trajectories from start to goal.
Optimal Control in Robotics
Optimal control finds inputs that minimize a cost functional over a trajectory, from LQR for linear systems to MPC and iLQR for nonlinear robots.
Probabilistic Roadmaps
Sampling-based motion planning algorithms that construct roadmaps in configuration space to find collision-free paths.
Visual Odometry
Estimating ego-motion from camera images by tracking visual features across frames using epipolar geometry and PnP solvers.
Engineering & CS
Signal processing