StudentsEducators

Fama-French Three-Factor Model

The Fama-French Three-Factor Model is an asset pricing model that expands upon the traditional Capital Asset Pricing Model (CAPM) by including two additional factors to better explain stock returns. The model posits that the expected return of a stock can be determined by three factors:

  1. Market Risk: The excess return of the market over the risk-free rate, which captures the sensitivity of the stock to overall market movements.
  2. Size Effect (SMB): The Small Minus Big factor, representing the additional returns that small-cap stocks tend to provide over large-cap stocks.
  3. Value Effect (HML): The High Minus Low factor, which reflects the tendency of value stocks (high book-to-market ratio) to outperform growth stocks (low book-to-market ratio).

Mathematically, the model can be expressed as:

Ri=Rf+βi(Rm−Rf)+si⋅SMB+hi⋅HML+ϵiR_i = R_f + \beta_i (R_m - R_f) + s_i \cdot SMB + h_i \cdot HML + \epsilon_iRi​=Rf​+βi​(Rm​−Rf​)+si​⋅SMB+hi​⋅HML+ϵi​

Where RiR_iRi​ is the expected return of the asset, RfR_fRf​ is the risk-free rate, RmR_mRm​ is the expected market return, βi\beta_iβi​ is the sensitivity to market risk, sis_isi​ is the sensitivity to the size factor, hih_ihi​ is the sensitivity to the value factor, and

Other related terms

contact us

Let's get started

Start your personalized study experience with acemate today. Sign up for free and find summaries and mock exams for your university.

logoTurn your courses into an interactive learning experience.
Antong Yin

Antong Yin

Co-Founder & CEO

Jan Tiegges

Jan Tiegges

Co-Founder & CTO

Paul Herman

Paul Herman

Co-Founder & CPO

© 2025 acemate UG (haftungsbeschränkt)  |   Terms and Conditions  |   Privacy Policy  |   Imprint  |   Careers   |  
iconlogo
Log in

Sliding Mode Control

Sliding Mode Control (SMC) is a robust control strategy designed to handle uncertainties and disturbances in dynamic systems. The primary principle of SMC is to drive the system state to a predefined sliding surface, where it exhibits desired dynamic behavior despite external disturbances or model inaccuracies. Once the state reaches this surface, the control law switches between different modes, effectively maintaining system stability and performance.

The control law can be expressed as:

u(t)=−k⋅s(x(t))u(t) = -k \cdot s(x(t))u(t)=−k⋅s(x(t))

where u(t)u(t)u(t) is the control input, kkk is a positive constant, and s(x(t))s(x(t))s(x(t)) is the sliding surface function. The robustness of SMC makes it particularly effective in applications such as robotics, automotive systems, and aerospace, where precise control is crucial under varying conditions. However, one of the challenges in SMC is the phenomenon known as chattering, which can lead to wear in mechanical systems; thus, strategies to mitigate this effect are often implemented.

Kelvin-Helmholtz

The Kelvin-Helmholtz instability is a fluid dynamics phenomenon that occurs when there is a velocity difference between two layers of fluid, leading to the formation of waves and vortices at the interface. This instability can be observed in various scenarios, such as in the atmosphere, oceans, and astrophysical contexts. It is characterized by the growth of perturbations due to shear flow, where the lower layer moves faster than the upper layer.

Mathematically, the conditions for this instability can be described by the following inequality:

ΔP<12ρ(v12−v22)\Delta P < \frac{1}{2} \rho (v_1^2 - v_2^2)ΔP<21​ρ(v12​−v22​)

where ΔP\Delta PΔP is the pressure difference across the interface, ρ\rhoρ is the density of the fluid, and v1v_1v1​ and v2v_2v2​ are the velocities of the two layers. The Kelvin-Helmholtz instability is often visualized in clouds, where it can create stratified layers that resemble waves, and it plays a crucial role in the dynamics of planetary atmospheres and the behavior of stars.

Turing Halting Problem

The Turing Halting Problem is a fundamental question in computer science that asks whether there exists a general algorithm to determine if a given Turing machine will halt (stop running) or continue to run indefinitely for a particular input. Alan Turing proved that such an algorithm cannot exist; this was established through a proof by contradiction. If we assume that a halting algorithm exists, we can construct a Turing machine that uses this algorithm to contradict itself. Specifically, if the machine halts when it is supposed to run forever, or vice versa, it creates a paradox. Thus, the Halting Problem demonstrates that there are limits to what can be computed, underscoring the inherent undecidability of certain problems in computer science.

Energy-Based Models

Energy-Based Models (EBMs) are a class of probabilistic models that define a probability distribution over data by associating an energy value with each configuration of the variables. The fundamental idea is that lower energy configurations are more probable, while higher energy configurations are less likely. Formally, the probability of a configuration xxx can be expressed as:

P(x)=1Ze−E(x)P(x) = \frac{1}{Z} e^{-E(x)}P(x)=Z1​e−E(x)

where E(x)E(x)E(x) is the energy function and ZZZ is the partition function, which normalizes the distribution. EBMs can be applied in various domains, including computer vision, natural language processing, and generative modeling. They are particularly useful for capturing complex dependencies in data, making them versatile tools for tasks such as image generation and semi-supervised learning. By training these models to minimize the energy of the observed data, they can learn rich representations of the underlying structure in the data.

Kalman Controllability

Kalman Controllability is a fundamental concept in control theory that determines whether a system can be driven to any desired state within a finite time period using appropriate input controls. A linear time-invariant (LTI) system described by the state-space representation

x˙=Ax+Bu\dot{x} = Ax + Bux˙=Ax+Bu

is said to be controllable if the controllability matrix

C=[B,AB,A2B,…,An−1B]C = [B, AB, A^2B, \ldots, A^{n-1}B]C=[B,AB,A2B,…,An−1B]

has full rank, where nnn is the number of state variables. Full rank means that the rank of the matrix equals the number of state variables, indicating that all states can be influenced by the input. If the system is not controllable, there exist states that cannot be reached regardless of the inputs applied, which has significant implications for system design and stability. Therefore, assessing controllability helps engineers and scientists ensure that a control system can perform as intended under various conditions.

Nash Equilibrium Mixed Strategy

A Nash Equilibrium Mixed Strategy occurs in game theory when players randomize their strategies in such a way that no player can benefit by unilaterally changing their strategy while the others keep theirs unchanged. In this equilibrium, each player's strategy is a probability distribution over possible actions, rather than a single deterministic choice. This is particularly relevant in games where pure strategies do not yield a stable outcome.

For example, consider a game where two players can choose either Strategy A or Strategy B. If neither player can predict the other’s choice, they may both choose to randomize their strategies, assigning probabilities ppp and 1−p1-p1−p to their actions. A mixed strategy Nash equilibrium exists when these probabilities are such that each player is indifferent between their possible actions, meaning the expected payoff from each action is equal. Mathematically, this can be expressed as:

E(A)=E(B)E(A) = E(B)E(A)=E(B)

where E(A)E(A)E(A) and E(B)E(B)E(B) are the expected payoffs for each strategy.