Theory

Abstract

In this section, we provide theoretical information on the moment methods and moment matching algorithms. This is only in order to aid the user in the use of the software. The theory is treated in much greater length in the paper available in here [1].

Examples

Population Balance Equations (PBE)

Suppose that $ p(\mathbf{\xi};\mathbf{x},t) $ is a probability density function distributed in space $\mathbf{x} $ and time $ t $ with internal (random) variables $ \mathbf{\xi} $. The general PBE governs the evolution of the PDF in $ \mathbf{x}, t $ and internal variables $ \mathbf{\xi} $, as derived in [2].

\begin{eqnarray} \frac{\partial p}{\partial t} + \frac{\partial U_i (\mathbf{\xi}) p}{\partial x_i} + \frac{\partial G_i(\mathbf{\xi}) p}{\partial \xi_i} - \frac{\partial}{\partial x_i} \left( D_{x,i} \frac{\partial p}{\partial x_i} \right) - \frac{\partial^2}{\partial \xi_k^2} \left( D_{\xi,k}(\mathbf{\xi}) p \right) = \mathcal{B}(\mathbf{\xi}) - \mathcal{D} (\mathbf{\xi}) \label{eq:general_PBE} \end{eqnarray}

The above equation describes the evolution in both external (physical) space ( $ \mathbf{x} $) as well as internal space ( $ \mathbf{\xi} $). The velocity in physical space is $ \mathbf{U} $ and the velocity in internal space, also referred to as the growth term, is $ \mathbf{G} $. The fourth and fifth terms in the left hand side model the diffusion in physical space and internal space. These terms account for the diffusive transport in external space and fluctuations of the system in the internal spaces caused by random external influences. $ \mathcal{B} $ and $ \mathcal{D} $ are the birth and death terms and can be treated as source terms.

Moment equations of the PBE

The moments are averages of $ p(\mathbf{\xi};\mathbf{x},t) $ over the internal state space $ \Omega_{\xi} $. If $ d $ is the dimension of the internal space represented by the $ \mathbf{\xi} $ coordinate then:

\begin{eqnarray} M_{l_{1},l_{2},...,l_{d}} (\mathbf{x} , t) = \int_{\Omega_{\xi}} \displaystyle\prod_{k=1}^d \xi_k^{l_k} p(\mathbf{\xi};\mathbf{x},t) d \mathbf{\xi} \end{eqnarray}

The method of moments involves taking moments of both sides of the population balance equation to give us the following system of equations indexed by the $ d $-tuple $ \{ l \} $.

\begin{eqnarray} &&\frac{\partial M_{\{l\}}}{\partial t} + \frac{\partial \mathcal F_{\{l\}}}{\partial x_i} - \frac{\partial}{\partial x_i} \left( D_{x,i} \frac{\partial M_{\{l\}}}{\partial x_i} \right) \label{eq:moment_equations} \\ \notag &=& \sum_{k=1}^{d} \int_{\Omega_{\xi}} l_k G_k(\mathbf{\xi}) \xi_{k}^{l_k-1}\left( \displaystyle\prod_{m = 1, m \neq k}^d \xi_m^{l_m} \right) p d \mathbf{\xi} \\ \notag &+& \sum_{k=1}^{d} \int_{\Omega_{\xi}} l_k(l_{k} - 1) D_{\xi,k}(\mathbf{\xi}) \xi_{k}^{l_k-2}\left( \displaystyle\prod_{m = 1 , m \neq k}^d \xi_m^{l_m} \right) p d \mathbf{\xi} \\ \notag &+& \int_{\Omega_{\xi}} \left( \displaystyle\prod_{k=1}^d \xi_k^{l_k} \right) \left( \mathcal{B}(\mathbf{\xi}) - \mathcal{D} (\mathbf{\xi}) \right) p d \mathbf{\xi} \end{eqnarray}

with

\begin{eqnarray} \mathcal F_{\{l\}} = \int_{\Omega_{\xi}} \displaystyle\prod_{k=1}^d \xi_k^{l_k} U_i(\mathbf{\xi}) p d \mathbf{\xi} \end{eqnarray}

The quadrature based moment method involves approximating the moments using Gaussian quadrature formula:

\begin{eqnarray} \tilde{M}_{l_{1},l_{2},...,l_{d}} (\mathbf{x} , t) \approx \sum_{n=1}^{N_Q} W_n \displaystyle\prod_{k=1}^d \tilde{\xi}_{k,n}^{l_k} \label{eq:quadrature_formula} \end{eqnarray}

In the above quadrature formula $ N_{Q} $ is the number of quadraure points and $ d $ is the dimension of the space over which the PDF is defined (the internal space), $ \tilde{\xi}_{k,n} $ is the $ n^{th} $ quadrature point for the $ k^{th} $ variable and $ W_{n} $ is the weight associated with the $ n^{th} $ quadrature point. We denote the approximate moments by $ \tilde{M} $. Note that there are a total of $ N_Q (d +1) $ quadrature points and weights and consequently a set of $ N_Q (d +1) $ moments need to be evolved to compute the quadrature points and weights at each step. With the application of the quadrature formula in the moments equation we get:

\begin{eqnarray} &&\frac{\partial \tilde{M}_{\{l\}}}{\partial t} + \frac{\partial \tilde{\mathcal {F}}_{\{l\}}}{\partial x_i} - \frac{\partial}{\partial x_i} \left( D_{x,i} \frac{\partial \tilde{M}_{\{l\}}}{\partial x_i} \right) \label{eq:closed_moment_eqs} \\ \notag &=& \sum_{k=1}^{d} \left[\sum_{n=1}^{N_{Q}} W_n l_k G_k(\mathbf{\tilde{\xi}}) \tilde{\xi}_{k,n}^{l_k-1}\left( \displaystyle\prod_{m = 1, m \neq k}^d \tilde{\xi}_{m,n}^{l_m} \right) \right] \\ \notag &+& \sum_{k=1}^{d} \left[ \sum_{n=1}^{N_{Q}} W_n l_k(l_{k} - 1) D_{\xi,k}(\mathbf{\tilde{\xi}}) \tilde{\xi}_{k}^{l_{k}-2}\left( \displaystyle\prod_{m = 1, m \neq k}^d \tilde{\xi}_m^{l_m} \right) \right] \\ \notag &+& \sum_{n=1}^{N_{Q}} W_n \left( \displaystyle\prod_{k=1}^d \tilde{\xi}_k^{l_k} \right) \left( \mathcal{B}(\mathbf{\tilde{\xi}}) - \mathcal{D} (\mathbf{\tilde{\xi}}) \right) \end{eqnarray}

In order to solve this equation the user needs to supply the source terms on the right hand side. The user also needs to supply the growth terms for the $ k $ dimensions, evaluated at the quadrature points $ G_k(\mathbf{\tilde{\xi}}) $. Note that unlike the source terms, moments do not have to be taken of the growth terms. Various examples where this equation is solved is given in Example Problems section.

Estimation of the CDF using Moments Matching

The method that we have outlined can be used to propagate the moments of an underlying probability density function (PDF) (or number density function) whose evolution is governed by the population balance equation (PBE). Frequently in numerous applications the form of the PDF or the cumulative distribution function (CDF) is required. The moments by itself do not give sufficient information to reconstruct the CDF. An infinite number of distribution functions can have the same moments. Additional hypotheses are required about the shape of the PDF or the statistical family to which the PDF belongs.

In [3], the moment matching method is presented in which the moments are matched with the moments of the Generalized Lambda family of Distributions (GLD). Four moment based parameters, the mean, variance, skewness and Kurtosis of the GLD can be computed with different parametrizations of the quantile function for the family. A deterministic parameter estimation problem is solved by minimizing the least square difference between the available moments and the moments of the GLD. We choose the GLD as it is a versatile family of distributions that can capture the shapes of a large number of commonly used distributions. We implement the algorithm described in [4]. Details on the algorithm can be found in this paper .

Organization of the software

The main library is written in C++. All the basic mathematical routines are used from the GSL library. C++ wrappers are created for all the GSL functions. The directory structure is available in the the Directories section. The detailed class documentation can be found in the Classes section. Worked out examples are included in the distribution. A description of worked out examples can be found in Example problems.

References

[1]. Upadhyay, R.R., Ezekoye, O. A., libMoM: a library for stochastic simulations in engineering using statistical moments. Engineering with Computers, DOI: 10.1007/s00366-011-0219-9.

[2]. Ramkrishna, D., Population Balances: Theory and Applications to Particulate Systems in Engineering. Academic Press, San Diego (2000)

[3]. Karian, Z.A., Dudewicz, E.J., Fitting statistical distributions: the generalized lambda distribution and generalized bootstrap methods, CRC Press, Boca Raton (2000)

[4]. Lakhany, A., Mausser,H., Estimating the Parameters of the Generalized Lambda Distribution. Algo Res Quart, 3(3), 47-58 (2000)

All Classes Files Functions Variables Typedefs Friends Defines