distro.spad line 513 [edit on github]
A package to compute Taylor and Puiseux series of S
-transforms.
STransform(x)
returns the Puiseux expansion of the S
-transform S(z)
.
STransform(x)
returns the Taylor expansion of the S
-transform S(z)
of the distribution x
if the mean is nonzero.
STransform(x)
returns the Puiseux expansion of the S
-transform S(z)
if the mean is zero.
distributionBySTransform(x)
returns the distribution with S
-transform x
.