HOME

TheInfoList



OR:

In
signal processing Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing ''signals'', such as audio signal processing, sound, image processing, images, Scalar potential, potential fields, Seismic tomograph ...
, the term multiplicative noise refers to an unwanted random signal that gets multiplied into some relevant
signal A signal is both the process and the result of transmission of data over some media accomplished by embedding some variation. Signals are important in multiple subject fields including signal processing, information theory and biology. In ...
during capture, transmission, or other processing. Multiplicative noise is a type of signal-dependent noise where the noise amplitude scales with the signal's intensity. Unlike additive noise, which is independent of the signal, multiplicative noise complicates processing due to its dependence on the underlying signal. An important example is the speckle noise commonly observed in
radar Radar is a system that uses radio waves to determine the distance ('' ranging''), direction ( azimuth and elevation angles), and radial velocity of objects relative to the site. It is a radiodetermination method used to detect and track ...
imagery. Examples of multiplicative noise affecting digital photographs are proper shadows due to undulations on the surface of the imaged objects, shadows cast by complex objects like foliage and Venetian blinds, dark spots caused by dust in the lens or image sensor, and variations in the gain of individual elements of the
image sensor An image sensor or imager is a sensor that detects and conveys information used to form an image. It does so by converting the variable attenuation of light waves (as they refraction, pass through or reflection (physics), reflect off objects) into s ...
array. Maria Petrou, Costas Petrou (2010
Image Processing: The Fundamentals
John Wiley & Sons. 818 pages.


Multiplicative Noise in Stochastic Differential Equations (SDEs)

In the realm of stochastic differential equations (SDEs), multiplicative noise is used to model systems in which the amplitude of stochastic fluctuations internal to the system depend on the state of said system. One of the most prominent examples of multiplicative noise in SDEs is
Geometric Brownian motion A geometric Brownian motion (GBM) (also known as exponential Brownian motion) is a continuous-time stochastic process in which the logarithm of the randomly varying quantity follows a Brownian motion (also called a Wiener process) with drift. It ...
(GBM). GBM is widely used in finance to model stock prices, currency exchange rates, and other assets. The Geometric Brownian Motion (GBM) model is widely used in
financial mathematics Mathematical finance, also known as quantitative finance and financial mathematics, is a field of applied mathematics, concerned with mathematical modeling in the Finance#Quantitative_finance, financial field. In general, there exist two separate ...
to describe the evolution of asset prices. It assumes that the proportional returns of the asset follow a normal distribution over infinitesimal time intervals. The GBM stochastic differential equation is given by: dX_t = \mu X_t \, dt + \sigma X_t \, dW_t, where: * X_t is the asset price at time t, * \mu is the expected return (drift rate), * \sigma is the volatility of returns, * W_t is a standard
Brownian motion Brownian motion is the random motion of particles suspended in a medium (a liquid or a gas). The traditional mathematical formulation of Brownian motion is that of the Wiener process, which is often called Brownian motion, even in mathematical ...
(
Wiener process In mathematics, the Wiener process (or Brownian motion, due to its historical connection with Brownian motion, the physical process of the same name) is a real-valued continuous-time stochastic process discovered by Norbert Wiener. It is one o ...
). Theorem (Itô's formula). Let X_t be given by: dX_t = b(t,\omega)\,dt + \sigma(t,\omega)\,dW_t. Let f(t,x) be a C^ function (i.e., C^1 in time, C^2 in space). Then the process Y_t = f(X_t) satisfies df(X_t) = \left( \partial_t f(t,X_t) + \partial_x f(t,X_t) b(t,\omega) + \frac \partial_ f(t,X_t) \sigma^2(t,\omega) \right) dt + \partial_x f(t,X_t) \sigma(t,\omega) dW_t. Set f(t,x) = \log x. Applying Itô's formula to Y_t = f(t,x), we compute: d(\log X_t) = d(Y_t) = \left \frac (\mu X_t) + \frac \left( -\frac \right) (\sigma^2 X_t^2) \rightdt + \frac (\sigma X_t) dW_t. Simplifying each term: d(\log X_t) = d(Y_t) = \left( \mu - \frac \sigma^2 \right) dt + \sigma dW_t. Integrating in time, we have: \log X_t = Y_t = Y_0 + \left( \mu - \frac \sigma^2 \right) t + \sigma W_t, \quad \text \quad Y_0 = \log X_0. Exponentiating both sides gives the solution for X_t: X_t = \exp(Y_t) = X_0 \exp\left( \left( \mu - \frac \sigma^2 \right) t + \sigma W_t \right). The solution to this SDE can be explicitly written as: X_t = X_0 \exp\left( \left( \mu - \frac\sigma^2 \right) t + \sigma W_t \right), where X_0 is the initial asset price. The key properties of the GBM model include: *
Log-normal distribution In probability theory, a log-normal (or lognormal) distribution is a continuous probability distribution of a random variable whose logarithm is normal distribution, normally distributed. Thus, if the random variable is log-normally distributed ...
: For any fixed t > 0, X_t follows a log-normal distribution. * Non-negativity: X_t > 0 almost surely for all t, ensuring realistic modeling of asset prices that cannot become negative. * Multiplicative noise: The random fluctuation term \sigma X_t \, dW_t is proportional to X_t, reflecting the empirical fact that larger asset prices tend to exhibit larger absolute fluctuations. The GBM model forms the basis for the
Black–Scholes model The Black–Scholes or Black–Scholes–Merton model is a mathematical model for the dynamics of a financial market containing Derivative (finance), derivative investment instruments. From the parabolic partial differential equation in the model, ...
used to derive closed-form solutions for European option pricing. In financial mathematics, the presence of multiplicative noise reflects the empirical observation that the magnitude of fluctuations in asset prices tends to scale with the asset's value. This property is crucial in the derivation of models such as the Black–Scholes model for option pricing. The Cox–Ingersoll–Ross (CIR) model is described by the stochastic differential equation: dr_t = a(b - r_t)\,dt + \sigma \sqrt\,dW_t, where: * r_t is the short-term interest rate, * a > 0 is the speed of mean reversion, * b > 0 is the long-term mean level, * \sigma > 0 is the volatility parameter, * W_t is a standard Brownian motion. The CIR process does not have a simple closed-form solution in terms of r_t and W_t. However, its conditional distribution is known: for fixed initial value r_0, the variable r_t follows a scaled noncentral
chi-squared distribution In probability theory and statistics, the \chi^2-distribution with k Degrees of freedom (statistics), degrees of freedom is the distribution of a sum of the squares of k Independence (probability theory), independent standard normal random vari ...
. For numerical simulation, the Euler–Maruyama method can be applied, discretizing time with step size \Delta t: r_ = r_n + a(b - r_n)\Delta t + \sigma \sqrt\, \Delta W_n, where \Delta W_n are independent normal increments with \Delta W_n \sim \mathcal(0, \Delta t). Because of the square-root diffusion term, care must be taken to ensure r_n \geq 0 during simulation. Several methods are used to address this: * Full
truncation In mathematics and computer science, truncation is limiting the number of digits right of the decimal point. Truncation and floor function Truncation of positive real numbers can be done using the floor function. Given a number x \in \mathbb ...
scheme: setting negative values to zero. * Reflection scheme: reflecting negative values back to positive. * Semi-explicit scheme: r_ = \left( \sqrt + \frac \Delta W_n \right)^2, which better preserves positivity and improves numerical stability. Alternatively, r_t can be exactly sampled by generating a random variable from the appropriate noncentral chi-squared distribution. The
Heston model In finance, the Heston model, named after Steven L. Heston, is a mathematical model that describes the evolution of the volatility of an underlying asset. It is a stochastic volatility model: such a model assumes that the volatility of the asset ...
is a stochastic volatility model used in mathematical finance to describe the evolution of asset prices and their volatility. It extends the Black–Scholes framework by allowing the volatility to change randomly over time. The Heston model is defined by the following system of stochastic differential equations: \begin dS_t &= \mu S_t \, dt + \sqrt S_t \, dW_t^, \\ dv_t &= \kappa(\theta - v_t) \, dt + \xi \sqrt \, dW_t^, \end where: * S_t is the asset price at time t, * v_t is the instantaneous variance (i.e., square of volatility), * \mu is the drift rate of the asset, * \kappa is the rate at which v_t reverts to its long-term mean \theta, * \xi is the volatility of volatility, * W_t^ and W_t^ are standard Brownian motions with correlation \rho The key feature of the Heston model is that the volatility \sqrt is itself a random process driven by a square-root diffusion (similar to the CIR process). This allows the model to capture important empirical features of financial markets, such as: * Volatility clustering, * Leverage effect (via \rho < 0), * Implied volatility smiles and skews. The Heston model admits a closed-form solution for European option prices using characteristic functions and Fourier transform methods, which makes it both tractable and flexible for calibration to market data.


General Mathematical Form of Multiplicative Noise

In general, a stochastic differential equation with multiplicative noise can be written as: dX_t = f(X_t, t)\,dt + g(X_t, t)\,dW_t, where: * f(X_t, t) is the drift term, * g(X_t, t) is the diffusion coefficient, * W_t is a standard Brownian motion. When the diffusion coefficient g depends explicitly on the state variable X_t, the noise is said to be multiplicative. This contrasts with additive noise, where g is independent of X_t. Multiplicative noise introduces complexities in both analytical and numerical treatments of SDEs, including the need to carefully choose between interpretations such as the Itô calculus and the Stratonovich calculus. In particular, under the Itô interpretation, the presence of state-dependent noise can induce additional drift terms when transforming variables, a phenomenon known as the Itô correction.


References

{{reflist Signal processing