<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Moment Generating Function to Probability Density Function Transform Methods</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>1st Darya Gaponenko</string-name>
          <email>daria.gaponenko@yandex.ru</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>2nd Aleksandr Sidnev</string-name>
          <email>alex2922@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Peter the Great St.Petersburg Polytechnic University</institution>
          ,
          <addr-line>St.Petersburg</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>-The moment generating function completely characterizes the random variable distribution. At the same time, the natural desire of the researcher is to obtain the density and the distribution function as more informative characteristics. The article analyzes popular transition methods from the moment generating function to the probability density, in particular, the saddlepoint method, the method based on the Heaviside theorem and Pade´ approximation, a significant number of the inverse Laplace transform numerical methods. Computational complexity and practical feasibility of the methods are investigated for a number of practical problems of the inverse Laplace transform. Recommendations on the optimal method choice are given and the directions for the further development of the topic are suggested as well. Index Terms-probability density function, moment generating function, numerical Laplace inversion methods, Pade´ approximation</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>I. INTRODUCTION</p>
      <p>Moment generating function (MGF) is an important
statistical characteristic that uniquely describes the random variable
distribution. Since the probability density function (PDF) is
related to the MGF through the inverse Laplace transform [1]:
f (t) = L 1hM ( s)i;
the computational complexity can be significantly reduced by
using the MGF instead of PDF. For example, MGF of the two
random variables sum is calculated as the product of the MGF
of these variables [1].</p>
      <p>Flowgraph models operate MGF to obtain the stochastic
process total time distribution. They can be applied in different
areas. For example, in reliability theory for the uptime
estimation, in medical statistics for the disease progression and the
treatment effectiveness analysis [2], [3], for the power system
survivability analysis and it’s weak points identification [4].</p>
      <p>Pade´ approximation, Heaviside’s theorem, Saddlepoint
approximation and numerical inverse Laplace transform methods
are used to obtain the PDF as the MGF inversion (while
the MGF is acquired as the result of the flowgraph specific
analysis). The transform method must provide an acceptable
approximation error with a relatively low computational
complexity and must generate non-negative PDF values.</p>
      <p>The paper is organised as follows. Section II introduces the
MGF transform via Pade´ approximation, section III presents
the Saddlepoint approximation, section IV provides the review
of eight numerical inverse Laplace transform methods. In
section V we select methods for the software implementation
and comparison on the basis of the preliminary analysis.
Finally section VI is devoted to the results discussing.</p>
    </sec>
    <sec id="sec-2">
      <title>II. PAD E´ APPROXIMATION</title>
      <p>The Heaviside theorem is suggested to obtain the PDF
applying the inverse Laplace transform of the MGF [5], [6]:
L 1h U (s) i = Xq U ( k)</p>
      <p>R(s)
k=1 R0( k)
e k t;
where k are the roots of the polynomial R(s).</p>
      <p>MGF Pade´ approximation can be straightforward provided
as series:</p>
      <p>Pade´ approximation is applicable to MGF because:
1
X ci xi =
i=0</p>
      <p>Pp</p>
      <p>j=0 aj
Pqk=0 bk
xj
xk
1
M (s) = X
n=0
n
n!
sn;
where n is n-th moment.</p>
      <p>Ren [5] compares three methods: Pade´ approximation,
maximum entropy method and saddlepoint approximation. It is
noted that the Pade´ approximation is more informative and
always provides an analytical approximation for the unknown
original PDF.</p>
      <p>But this approach has a significant disadvantage: Pade´
approximation requires the high order derivatives
computation (because the n-th moment is the n-th derivative of the
MGF). This fact leads to great computational complexity
often exceeding the hardware possibilities for the high order
derivatives calculation in the symbolic form.</p>
    </sec>
    <sec id="sec-3">
      <title>III. SADDLEPOINT APPROXIMATION Ren [5] also considers the technique of saddlepoint approximation for the MGF-PDF transform:</title>
      <p>f (t) =
2
n
where K(s) = log(M (s)), K0(s) = t, n is the number of
random variables. For one random variable PDF approximation
is equal to [7]:</p>
      <p>There are over a hundred different numerical inverse
Laplace transform (ILT) methods. Being applied to the various
types of functions they differ in computational complexity and
approximation accuracy.</p>
      <p>Some ILT methods have Gibbs oscillations – an oscillatory
error which occurs when a discontinuous function is
approximated with Fourier series. Gibbs oscillations do not disappear
when more terms are added to the approximation (the ”size” of
the excess does not decrease vertically, but only horizontally
[9]).</p>
      <sec id="sec-3-1">
        <title>A. Abate–Whitt framework</title>
        <p>
          Different ILT numerical methods can be combined within
the same mathematical framework. Abate and Whitt propose
the unified formula (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ) and notice, that such algorithms as
Gaver–Stehfest, Talbot and Fourier series method with Euler
summation can fit into this framework [10].
        </p>
        <p>
          Abate–Whitt framework [11]:
(
          <xref ref-type="bibr" rid="ref1">1</xref>
          )
f (t)
        </p>
        <p>N
X k F ( k );</p>
        <p>t t
k=1
where t &gt; 0, nodes k and weights k (internal and external
scaling constants) are real or complex numbers that depend on
N , but do not depend on the transform F or the time argument
t [12].</p>
        <p>Abate–Whitt framework has low computational complexity,
but it is characterized by a deterioration of the approximation
on periodic functions at large values of t [9]. Since PDF is
not a periodic function, this disadvantage can be ignored.</p>
        <p>Various ILT methods in this framework differ only by
approaches to k and k calculation.</p>
        <p>Several methods belonging to the Abate-Whitt framework
are considered below.</p>
        <p>1) CME: Method is based on the concentrated
matrixexponential distribution [11].</p>
        <p>Matrix-exponential distributions of order N contain positive
random variables with PDF f (t) = AeAt1, at t 0, where
is a real row vector of length N , A is an NxN real matrix,
and 1 is a column vector of ones of size N [11].</p>
        <p>Let A be diagonalizable with spectral decomposition A =
PkN=1 uk k k, where k are the eigenvalues, uk are the right
eigenvectors and k are the left eigenvectors of A with kuk =
1, then the PDF of the matrix-exponential distribution can be
written as:</p>
        <p>N
X cke kt;
k=1
where ck = Aukvk1.</p>
        <p>A matrix-exponential distribution is called concentrated if
its squared coefficient of variation (SCV) is minimal [13].
The density of the matrix-exponential distribution with the
minimal SCV is known analytically only for the order N &lt; 3.
Therefore, the matrix-exponential distributions required for the
approximation were calculated using numerical optimization
by the expression:
f (t) = ce</p>
        <p>N2 1
t Y cos2(!t
j=0</p>
        <p>N
j ) = X ke
k=1
kt;
where c; ; !; j are positive real values.</p>
        <p>Thus, the values k and k providing the minimum SCV
for the matrix-exponential distribution are the coefficients of
the Abate-Whitt framework and are obtained from numerical
optimization [14].</p>
        <p>It is guaranteed that the CME method is free from Gibbs
oscillations and preserves monotonicity [11]. Many of the
known methods do not have these properties: for example,
the fn(t) function for the Euler and Gaver–Stehfest methods
can take negative values.</p>
        <p>Advantages of the method: it does not cause overshoot,
maintains monotonicity, is accurate when using floating point
arithmetic, the quality of the approximation improves with
increasing order [11].</p>
        <p>2) Gaver–Stehfest method: Method is based on the
threeparameter exponential PDF properties (Gaver method [15]).
Stehfest [16] improves method by taking the weighted average
of a Gaver approximations sequence for fixed t.</p>
        <p>Gaver–Stehfest algorithm does not use complex numbers;
weights and nodes are real numbers and are calculated as
follows [10]:</p>
        <p>
          k = k ln(
          <xref ref-type="bibr" rid="ref2">2</xref>
          )
k = (
          <xref ref-type="bibr" rid="ref1">1</xref>
          )( N2 +k) ln(
          <xref ref-type="bibr" rid="ref2">2</xref>
          )
min(k; N2 )
        </p>
        <p>X
j=b k+21 c
( N
2
j)!j!(j</p>
        <p>N
j 2 2j!
1)!(k
j)!(2j
k)!
;
where N is the number of terms used in the equation (the
method is defined only for even N ). Wang in [10] notices that
N is recommended to be taken in the range from 10 to 14.</p>
        <p>The main disadvantage of the method is Gibbs oscillations
[11].</p>
        <p>Abate and Whitt [12] show that Euler and Talbot methods
are more efficient than show that Euler and Talbot methods are
more efficient than those of Gaver–Stehfest. It is also noted
that the algorithm implementation requires high computational
accuracy due to manipulations with large numbers [12], [17].
However, the Gaver–Stehfest algorithm has the advantage of
using only real numbers.</p>
        <p>3) Euler method: is an implementation of the Fourier series
method using Euler summation to accelerate convergence [18].
Method is applicable only to odd orders and assumes nodes
with positive imaginary parts.</p>
        <p>Nodes and weights are calculated as follows [11]:
k =
(N
1) ln(10)
6
+ i(k</p>
        <p>1)
where 1 = 12 ;
k = 1, 2 &lt; k &lt; n+21 ;
n = n1 1 ;
n k =2 2n k+1 + 2 n2 1 nk2 1 , 1 &lt; k &lt; n2 1
Method suffers from Gibbs oscillations [11].</p>
        <p>4) Talbot method: Method is based on deforming the
contour integral in the Bromwich inversion [19]. It assumes
nodes with positive imaginary parts and also applies values of
k with a negative real part, which is usually outside the region
of convergence, but there can be an analytic continuation of
F (s) [9].</p>
        <p>Nodes and weights are calculated as follows [11]:
k =
2(k</p>
        <p>1)
5
(k</p>
        <p>1)
N</p>
        <p>+ i
1 =
2N
5
cot
Method is not free from Gibbs oscillations [11].</p>
        <p>5) Zakian method: Method is based on Fourier series
method with Pade´ approximation [11].</p>
        <p>General formula is [10]:</p>
        <p>
          k=1
f (t) = 1t XN RefKkF ( tk )g;
(
          <xref ref-type="bibr" rid="ref2">2</xref>
          )
where Kk and k are real or complex constants. N represents
the number of terms used in the summation. According to
[10], [20] a sufficient value of N in most cases is N = 10.
Coefficients for 1 N 10 are calculated in [20].
        </p>
        <p>Zakian proposes two methods for choosing coefficients Kk
and k. In the first he compares the Laplace transform (t; u)
(a rational function) with the Laplace transform of n(u t)
(an exponential function) and chooses the coefficients so that
the rational functions are equal to the classical Pade´
approximations of the exponential function [21]. Another method
includes least squares optimization [22].</p>
      </sec>
      <sec id="sec-3-2">
        <title>6) Hyperbolic kernel approximation method: Method is</title>
        <p>based on the Laplace transform inverse kernel approximation
by expressions containing hyperbolic functions sinh and cosh
or their combinations [23].</p>
        <p>The general formula [24] is based on the combining two
approaches to the Laplace transform inverse kernel
approximation est 2sinhe(aa st) and est coshe(aa st) to increase
accuracy:
where M is the maximum absolute value of the original f (t).</p>
        <p>The parameter a is had to be found empirically. It is
recommended to have a in the following range 2 a 6
[23], [25]. Brancˇ´ık and Smith [26] also notice that one of
the ways to improve the accuracy of this approximation is to
increase the parameter a.</p>
      </sec>
      <sec id="sec-3-3">
        <title>B. Post–Widder method</title>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>ILT is calculated by the formula [27]:</title>
      <p>
        f (t) :=
(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )N 1
(N
1)!
      </p>
      <p>N N
t</p>
      <p>F (N 1)( N );
t
where F (n 1)(x) is the n-th derivative of F (x).</p>
      <p>The main issue is that method requires high order derivatives
computation and is characterized by slow convergence [27].</p>
      <p>Post-Widder method does not cause the overshoot and
maintains monotonicity [11]. However, according to Horvath’s
research [11], the CME method gives better approximation.
Davies [28] also notices that the method rarely gives a high
accuracy of the approximation.</p>
      <sec id="sec-4-1">
        <title>C. Laguerre method</title>
        <p>Method is based on Laguerre polynomials. ILT is calculated
by the formula [29]:
f (t)
1
X qnln(t);
n=0</p>
        <p>x
ln(x) = e 2 Ln(x);
where ln is Laguerre function, qn are Laguerre coefficients,
dependent on F .</p>
        <p>Laguerre function:
where Ln is Laguerre polynomial.</p>
        <p>Laguerre polynomial:</p>
        <p>
          n
Ln(x) = X
m=0
n ( x)m
m m!
(
          <xref ref-type="bibr" rid="ref3">3</xref>
          )
(
          <xref ref-type="bibr" rid="ref4">4</xref>
          )
(
          <xref ref-type="bibr" rid="ref5">5</xref>
          )
(
          <xref ref-type="bibr" rid="ref6">6</xref>
          )
(
          <xref ref-type="bibr" rid="ref7">7</xref>
          )
(8)
(9)
Laguerre coefficients generating function:
        </p>
        <p>Q(z) =
1
X qnzn =
n=0
1
1
z</p>
        <p>F</p>
        <p>Cohen method is based on the power series F (s) as a
function 1s . However, this method is not applicable when F (s)
has a pole at 0, and the approximation also gets rapidly worse
for larger values of t [11].</p>
        <p>Honig-Hirdes and de Hoog methods are the variation of
the Fourier series method. Wellekens uses the Fourier series
method based on the Pade´ approximation [11]. Schapery
method is described in [30], but according to [28], it rarely
gives the high accuracy of the approximation.</p>
        <p>V. CHOOSING METHODS FOR THE IMPLEMENTATION
We will determine the most promising solutions for the
considered methods.</p>
        <p>Pade´ approximation, Post-Widder and Laguerre methods
provide high computational complexity, because of calculating
high order derivatives.</p>
        <p>Gaver–Stehfest, Euler, Talbot methods suffer from the Gibbs
oscillations, and since PDF is restricted to have negative
values, these methods are also beyond our consideration.</p>
        <p>So we choose four of the most promising methods for
the comparison: the saddlepoint approximation, CME method,
Zakian method and hyperbolic kernel approximation method.</p>
        <p>VI. IMPLEMENTATION AND COMPARISON OF THE</p>
        <p>SELECTED METHODS</p>
        <p>The selected methods are implemented as Matlab functions
(Matlab R2020a version was used), because Matlab [31] has
one of the most powerful symbolic toolboxes. For the
comparison with other methods the CME method is taken in the
format suggested in [32] with some parameters pre-calculated
by the authors of the method. The saddlepoint method, Zakian
method, hyperbolic kernel approximation method are Matlab
implemented according to [33]. Zakian method is realised with
pre-calculated parameters Ki and i borrowed from [20]. The
a parameter value is selected empirically for the hyperbolic
kernel approximation method. Since Matlab has the built-in
inverse Laplace transform function, it is reasonable to compare
it with the selected methods.</p>
        <p>The method’s average running time is stated as the
performance criteria. The hardware in use is Intel(R) Core(TM)
i5-1035G1 CPU @ 1.00GHz 1.19 GHz, RAM 8,00 GB with
Windows 10.</p>
        <p>The accuracy of the methods tested is assessed by two
parameters: maximum absolute deviation "abs, to check for
the sharp exceeds in the approximation, and 1-norm of the
numerical error "n calculated by the formula:
"n =</p>
        <p>Z T
0
jf (t)
fappr(t)jdt
1 XM jf (m)
M
m=1
fappr(m)j</p>
        <p>Original function f (t) is compared with approximated PDF
fappr(t) at M = 200 equidistant points.</p>
        <p>The problem of the PDF mining from the flowgraph is stated
for the beforehand known PDFs just for the testing purpose.
The methods are checked on the approximation of exponential,
normal, triangular and uniform distributions with well known
Laplace transforms. The flowgraph with 5 nodes shown on
fig. 1 is also investigated on the subject of the transition time
distribution from the node 1 to the node 5. The flowgraph
parameters are presented in the Table I. It should be noted
that for this graph the 10-th MGF derivative calculation takes
2 seconds, the 12-th derivative calculation takes 4.5 seconds.
It confirms that methods based on the high order derivatives
calculation are not suitable for the implementation.</p>
        <p>Built-in Matlab function demonstrates the best performance
and the highest approximation accuracy (tables II - III) for the
exponential distribution ( = 0:5) among all the methods in
question. A visual comparison (Fig. 2) confirms these results.</p>
        <p>The Matlab built-in function is unable to provide the inverse
Laplace transform of the normal (Gauss) distribution with the
expected value = 30 and standard deviation = 3. It returns
an unevaluated call to ilaplace function. Saddlepoint
approximation provides the set of values that exactly approximates
the Gauss distribution only for the bounded segment [0;116].
Zakian and CME methods show sharp spikes in the values
of the approximated function. Only the hyperbolic method
gives a sufficiently accurate approximation (Table V). A visual
comparison shows that CME method is characterized by the
sharp exceed of values in small t, but Zakian method cannot
provide an accurate approximation for t &gt; 30 (Fig. 3). Zakian
method ensures maximum performance, but because of low
accuracy, we recommend to use hyperbolic approximation for
this distribution.
Fig. 2. PDF approximation. Exponential distribution</p>
        <p>The saddlepoint approximation for the triangular
distribution with parameters a = 10; b = 50; c = 30 is unable
to find the answer: method fails with error ”Unable to find
explicit solution”. The highest approximation accuracy and
performance is demonstrated by the built-in Matlab function
(Tables VI, VII). Zakian method does not provide the required
approximation accuracy (Fig. 4).</p>
        <p>The built-in Matlab function provides the highest performance
with the approximation error of the order 10 2, that makes it
the best option among the considered methods. The hyperbolic
approximation method suffers from Gibbs oscillations. The
Zakian method does not provide the required approximation
accuracy.</p>
      </sec>
      <sec id="sec-4-2">
        <title>D. Uniform distribution</title>
        <p>The saddlepoint approximation for the uniform distribution
with parameterss a = 20; b = 40 fails with the error
”Unable to find explicit solution”. The error for the built-in
Matlab function and CME method is explained by the PDF
approximation corners rounding (Fig. 5). The CME method
provides the best accuracy for the order of N = 50 (Table IX).</p>
        <p>For the flowgraph with different transition time distributions
(Fig. 1, Table I) the saddlepoint approximation method fails
with the error ”Unable to find explicit solution” and the same
result is demonstrated by the built-in Matlab function that
returns an unevaluated call to ilaplace function. The Zakian
method does not provide the required approximation accuracy
(Fig. 6). The best approximation is provided by the CME
method (Table XI). For this case the CME method is faster
than the hyperbolic approximation and the Zakian method as
well (Table X).</p>
        <p>In this paper we consider some well-known MGF inversion
methods. Next, we have identified a group of methods that,
according to the sources, are characterized by the least
computational complexity and the absence of Gibbs oscillations.
This group, which includes saddlepoint approximation, CME
method, Zakian method and hyperbolic kernel approximation
method, was tested on inverse Laplace transform problems
for a number of distributions (exponential, normal, triangular,
uniform). We also tested these methods on the meaningful
problem represented by the five-state flowgraph. All methods
are compared with the built-in Matlab function according
to the criteria of accuracy and performance. The following
conclusions were made on the test results:
the Zakian method with the recommended in [10], [20]
order N = 10 failed in most cases. So the calculation of
parameters for higher orders is required;
the hyperbolic kernel approximation method is not free
from Gibbs oscillations and also requires the empirical
selection of the a parameter, which makes it difficult to
use method in the real cases when true distribution is
unknown;
the saddlepoint method gives an exact approximation for
exponential and normal distributions, but it unable to
provide the acceptable approximation of the PDF for
uniform and triangular distributions;
the built-in Matlab function provides the most accurate
and fast result for exponential, triangular and uniform
distributions, but does not cope with the MGF transform
for the normal distribution and the flowgraph (fig. 1);
thus, we can recommend the built-in Matlab function
or the saddlepoint approximation only for a number of
distributions;
the CME method is the most stable among the considered
methods. It is not subject to Gibbs oscillations, uses
pre-calculated parameter values, so it has a relatively
low computational complexity. In fact the definition of
PDF here is reduced to summation and depends only on
the complexity of the MGF expression. It is advisable
to test the method on flowgraphs with large number of
probabilistic transitions.
[8] D. H. Collins, R. L. Warr, and A. V. Huzurbazar, “An introduction to
statistical flowgraph models for engineering systems,” Proceedings of
the Institution of Mechanical Engineers, Part O: Journal of Risk and
Reliability, vol. 227, no. 5, pp. 461–470, 2013.
[9] I. Horva´th, Z. Talyiga´s, and M. Telek, “An optimal inverse laplace
transform method without positive and negative overshoot–an integral
based interpretation,” Electronic Notes in Theoretical Computer Science,
vol. 337, pp. 87–104, 2018.
[10] Q. Wang and H. Zhan, “On different numerical inverse laplace methods
for solute transport problems,” Advances in Water Resources, vol. 75,
pp. 80–92, 2015.
[11] G. Horva´th, I. Horva´th, S. A.-D. Almousa, and M. Telek, “Numerical
inverse laplace transformation using concentrated matrix exponential
distributions,” Performance Evaluation, vol. 137, p. 102067, 2020.
[12] J. Abate and W. Whitt, “A unified framework for numerically inverting
laplace transforms,” INFORMS Journal on Computing, vol. 18, no. 4,
pp. 408–421, 2006.
[13] G. Horva´th, I. Horva´th, S. A.-D. Almousa, and M. Telek, “High order
low variance matrix-exponential distributions,” in The Tenth
International Conference on Matrix-Analytic Methods in Stochastic Models
(MAM10), vol. 2, 2019.
[14] I. Horva´th, O. Sa´fa´r, M. Telek, and B. Za´mbo´ , “Concentrated matrix
exponential distributions,” in European Workshop on Performance
Engineering. Springer, 2016, pp. 18–31.
[15] D. P. Gaver Jr, “Observing stochastic processes, and approximate
transform inversion,” Operations Research, vol. 14, no. 3, pp. 444–459,
1966.
[16] H. Stehfest, “Algorithm 368: Numerical inversion of laplace transforms
[d5],” Communications of the ACM, vol. 13, no. 1, pp. 47–49, 1970.
[17] R. Jacquot, J. Steadman, and C. Rhodine, “The gaver-stehfest algorithm
for approximate inversion of laplace transforms,” IEEE Circuits &amp;
Systems Magazine, vol. 5, no. 1, pp. 4–8, 1983.
[18] J. Abate, G. L. Choudhury, and W. Whitt, “An introduction to
numerical transform inversion and its application to probability models,” in
Computational probability. Springer, 2000, pp. 257–323.
[19] A. Talbot, “The accurate numerical inversion of laplace transforms,”</p>
        <p>IMA Journal of Applied Mathematics, vol. 23, no. 1, pp. 97–120, 1979.
[20] V. Zakian and M. Edwards, “Tabulation of constants for full grade iMN
approximants,” Mathematics of Computation, vol. 32, no. 142, pp. 519–
531, 1978.
[21] V. Zakian, “Optimisation of numerical inversion of laplace transforms,”</p>
        <p>Electronics Letters, vol. 6, no. 21, pp. 677–679, 1970.
[22] V. Zakian and R. Littlewood, “Numerical inversion of laplace
transforms by weighted least-squares approximation,” The Computer Journal,
vol. 16, no. 1, pp. 66–68, 1973.
[23] J. Valsa and L. Brancˇik, “Approximate formulae for numerical inversion
of laplace transforms,” International Journal of Numerical Modelling:
Electronic Networks, Devices and Fields, vol. 11, no. 3, pp. 153–166,
1998.
[24] N. Smith and L. Brancik, “Comparative study on one-dimensional
numerical inverse laplace transform methods for electrical engineering,”
Elektrorevue, vol. 18, no. 1, pp. 1–6, 2016.
[25] N. A.-Z. R-Smith and L. Brancˇ´ık, “Convergence acceleration techniques
for proposed numerical inverse laplace transform method,” in 2016 24th
Telecommunications Forum (TELFOR). IEEE, 2016, pp. 1–4.
[26] L. Brancˇ´ık and N. Smith, “Two approaches to derive approximate
formulae of nilt method with generalization,” in 2015 38th International
Convention on Information and Communication Technology, Electronics
and Microelectronics (MIPRO). IEEE, 2015, pp. 155–160.
[27] A. M. Cohen, “Quadrature methods,” in Numerical methods for Laplace
transform inversion. Springer, 2007, pp. 71–101.
[28] B. Davies and B. Martin, “Numerical inversion of the laplace transform:
a survey and comparison of methods,” Journal of computational physics,
vol. 33, no. 1, pp. 1–32, 1979.
[29] J. Abate, G. L. Choudhury, and W. Whitt, “On the laguerre method for
numerically inverting laplace transforms,” 1995.
[30] K. L. Kuhlman, “Review of inverse laplace transform algorithms for
laplace-space numerical approaches,” Numerical Algorithms, vol. 63,
no. 2, pp. 339–355, 2013.
[31] “[electronic source] matlab - mathworks - matlab
simulink,” (Access date: 25.04.2021). [Online]. Available:
https://uk.mathworks.com/products/matlab.html</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M. G.</given-names>
            <surname>Bulmer</surname>
          </string-name>
          , Principles of statistics.
          <source>Courier Corporation</source>
          ,
          <year>1979</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>B.</given-names>
            <surname>Garc</surname>
          </string-name>
          <article-title>´ıa-</article-title>
          <string-name>
            <surname>Mora</surname>
            , C. Santamar´ıa, G. Rubio, and
            <given-names>J. L.</given-names>
          </string-name>
          <string-name>
            <surname>Pontones</surname>
          </string-name>
          , “
          <article-title>Bayesian prediction for flowgraph models with covariates. an application to bladder carcinoma</article-title>
          ,
          <source>” Journal of Computational and Applied Mathematics</source>
          , vol.
          <volume>291</volume>
          , pp.
          <fpage>85</fpage>
          -
          <lpage>93</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B.</given-names>
            <surname>Garc</surname>
          </string-name>
          <article-title>´ıa-</article-title>
          <string-name>
            <surname>Mora</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>Santamar´ıa</article-title>
          , and G. Rubio, “
          <article-title>Markovian modeling for dependent interrecurrence times in bladder cancer</article-title>
          ,
          <source>” Mathematical Methods in the Applied Sciences</source>
          , vol.
          <volume>43</volume>
          , no.
          <issue>14</issue>
          , pp.
          <fpage>8302</fpage>
          -
          <lpage>8310</lpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Fetanat</surname>
          </string-name>
          , “
          <article-title>A decision support tool for modeling time-to-event data in power systems</article-title>
          .
          <source>” Journal of Theoretical &amp; Applied Information Technology</source>
          , vol.
          <volume>60</volume>
          , no.
          <issue>2</issue>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ren</surname>
          </string-name>
          , “
          <article-title>The methodology of flowgraph models</article-title>
          ,
          <source>” Ph.D. dissertation, The London School of Economics and Political Science (LSE)</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sidnev</surname>
          </string-name>
          , “
          <article-title>Business process analytical modeling - business analysis body of knowledge required component,” in The European Proceedings of Social Behavioural Sciences</article-title>
          . Edited by:
          <source>Prof. Valeria Chernyavskaya and Prof. Holger Kuße. Future Academy</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>1337</fpage>
          -
          <lpage>1348</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A. V.</given-names>
            <surname>Huzurbazar</surname>
          </string-name>
          , “
          <article-title>Flowgraph models: a bayesian case study in construction engineering,” Journal of statistical planning and inference</article-title>
          , vol.
          <volume>129</volume>
          , no.
          <issue>1-2</issue>
          , pp.
          <fpage>181</fpage>
          -
          <lpage>193</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [32]
          <article-title>“[electronic source] github - ghorvath78/iltcme: Inverse laplace transform based on concentrated matrix-exponential functions</article-title>
          ,
          <source>” (Access date: 15.07</source>
          .
          <year>2020</year>
          ). [Online]. Available: https://github.com/ghorvath78/iltcme
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [33]
          <article-title>“[electronic source] github - dariagap/mgf to pdf transform methods</article-title>
          ,
          <source>” (Access date: 14.02</source>
          .
          <year>2021</year>
          ). [Online]. Available: https://github.com/dariaGap/mgf to pdf transform methods
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>