Skip to content

Why use log-normal distribution?

1. SPEX uses log-normal distribution to model the emission measure distribution

The emission measure distribution is often modeled by a log-normal distribution in SPEX. The emission measure distribution is defined as

Y(x)=Y02πσTe(xx0)2/2σT2

where Y0 is the total, integrated emission measure. By default xlogT and x0logT0 with T0 the average temperature of the plasma (from Cie).

Such a log-normal distribution may be confusing for a beginner.

2. The log-normal distribution originates from multiplicative processes

2.1 What is a multiplicative process?

The density, pressure, temperature, and other physical properties of the plasma are often influenced by various multiplicative processes, such as shock heating, radiative cooling, and turbulent mixing. After a certain physical process, such as shock heating, the temperature of the plasma will be multiplied by a factor, which is a random variable, that is

Tpost=Tpre×r,

where r is a random variable, Tpre and Tpost are the temperature before and after the physical process, respectively. The post-process temperature is related to the pre-process temperature by a multiplicative factor r, which is why we refer to it as a multiplicative process.

2.2 How does the log-normal distribution arise from multiplicative processes?

For a large number of such processes, the temperature of the plasma will be a product of a large number of random variables. The final temperature of the plasma is related to the initial temperature by

Tfinal=Tinitial×r1×r2×r3××rn,

where r1, r2, r3, , rn are random variables that are independently and identically distributed (regardless of the shape of the distribution), and n is the number of multiplicative processes. n is sufficiently large, and the central limit theorem can be applied, the distribution of the final temperature will be approximately log-normal. Some essential derivations are shown in the following.

logTfinalTinitial=logr1+logr2+logr3++logrn

Since logrj (j=1,2,3,,n) are independent and identically distributed, the central limit theorem can be applied, and the distribution of logTfinalTinitial will be approximately normal, that is

logTfinalTinitialN(nμ,nσ2).

Here, we suppose that the mean value and variance of logrj (j=1,2,3,,n) are μ and σ2, respectively. Let xlogTfinal and x0logTinitial, then

xx0N(nμ,nσ2),

namely, the distribution of xx0 will be

f(xx0)=12πnσ2exp((xx0nμ)22nσ2).

We can clearly see that logT0=x0+nμ.

2.3 Addictive or multiplicative processes?

Likewise, the additive process will lead to a normal distribution, and it is defined as follows.

Tpost=Tpre+ΔT,

where ΔT is a random variable. The post-process temperature of the plasma is related to the pre-process temperature by an additive factor ΔT, which is why we refer to it as an additive process. Certain shot-noise models could be the additive process. For more details about addictive and multiplicative processes, you can see Uttley et al. (2005).

3. Some first-sight properties of the log-normal distribution

If you find it hard to understand the origin of the log-normal distribution, i.e., you cannot understand the derivation of the log-normal distribution from multiplicative processes, you can also gain some primary insight into the log-normal distribution from its properties.

  • (1) The log-normal distribution is more suitable for the physical properties that cannot be negative, such as the temperature, density, and pressure of the plasma. Although you can also use the normal distribution to model the temperature, density, and pressure of the plasma, you must truncate the normal distribution to ensure that the temperature, density, and pressure are non-negative.
  • (2) The log-normal distribution is more suitable for the physical properties that range over several orders of magnitude. If you insist on using the normal distribution that centers at 105.5 K (whatever the number is) to model the temperature, the contribution from the much lower (like 104 K) or higher temperature (like 106 K) will be insignificant unless you use a large σ.

Released under the MIT License.