Empirical distribution functions

  Write a note on empirical distribution functions.


Empirical Distribution Functions

Empirical distribution functions are mathematical tools used to describe how the values of a particular property (such as particle size) are distributed across a population. In mineral processing, empirical distribution functions are vital for modeling and understanding particle populations in comminution and classification operations.

Key points about empirical distribution functions:

  1. Definition:

    • An empirical distribution function quantifies the cumulative fraction of particles with a property value (e.g., size) less than or equal to a specific threshold.
    • For particle size dpd_p, the distribution function P(dp)P(d_p) is defined as the mass fraction of particles with size dp\leq d_p.
  2. Common Forms:

    • Rosin-Rammler Distribution: P(d)=1exp((dd63.2)n)P(d) = 1 - \exp\left(-\left(\frac{d}{d_{63.2}}\right)^n\right) Where d63.2d_{63.2} is the size corresponding to P(d)=0.632P(d) = 0.632, and nn is a measure of spread.
    • Log-Normal Distribution: P(d)=G(ln(d)ln(d50)σ)P(d) = G\left(\frac{\ln(d) - \ln(d_{50})}{\sigma}\right) Here, d50d_{50} is the median size, σ\sigma is the standard deviation in logarithmic terms, and G(x)G(x) is the Gaussian cumulative distribution function.
    • Logistic Distribution: P(d)=11+exp(ln(d/d50)s)P(d) = \frac{1}{1 + \exp\left(-\frac{\ln(d/d_{50})}{s}\right)} Where ss is a spread parameter.
  3. Properties:

    • These distributions help fit experimental data and analyze particle size distributions.
    • Specialized coordinate systems are used to linearize these functions for graphical representation (e.g., Rosin-Rammler plot).
  4. Applications:

    • Modeling comminution processes.
    • Analyzing particle size distributions after sieving.
    • Aiding in the design and simulation of mineral processing circuits.
  5. Practical Representation:

    • The empirical functions can be modified for truncated distributions to account for real-world scenarios where particle size is limited by processing equipment or feedstock properties.

In R.P. King’s book Modeling and Simulation of Mineral Processing Systems, empirical distribution functions are discussed in detail in Chapter 2, Section 2.2.1 (pages 8–12). Various forms of these functions are described, along with their derivations, properties, and practical significance.

Comments

Popular posts from this blog

Simulation & Modeling Comprehensive Notes

Question bank: Modeling and Simulation of Mineral Processing Systems

Rosin–Rammler equation and Numerical Example 1