STransformPackage(R, UTSR, ULSR, UPSR)ΒΆ
distro.spad line 513 [edit on github]
R: Join(CommutativeRing, Algebra Fraction Integer)
UTSR: UnivariateTaylorSeriesCategory R
ULSR: UnivariateLaurentSeriesConstructorCategory(R, UTSR)
UPSR: UnivariatePuiseuxSeriesConstructorCategory(R, ULSR)
A package to compute Taylor and Puiseux series of S
-transforms.
- distributionBySTransform: UPSR -> Distribution R
distributionBySTransform(x)
returns the distribution withS
-transformx
.
- STransform1: Distribution R -> UTSR
STransform(x)
returns the Taylor expansion of theS
-transformS(z)
of the distributionx
if the mean is nonzero.
- STransform2: Distribution R -> UPSR
STransform(x)
returns the Puiseux expansion of theS
-transformS(z)
if the mean is zero.
- STransform: Distribution R -> UPSR
STransform(x)
returns the Puiseux expansion of theS
-transformS(z)
.