distro.spad line 252 [edit on github]
An auxiliary package for various moment and cumulant transformations used in Distribution
.
booleanCumulant2moment(cc)
computes the sequence of moments from the sequence of boolean cumulants cc
cumulant2moment(cc)
computes the sequence of moments from the sequence of classical cumulants cc
freeCumulant2moment(cc)
computes the sequence of moments from the sequence of free cumulants cc
hankelDeterminant(x, n)
returns the n
th Hankel determinant of the sequence x
.
jacobi2poly(aa, bb)
returns the stream of orthogonal polynomials corresponding to the Jacobi parameters a_n
and b_n
.
moment2Stransform(x)
returns the Puiseux and Laurent order and coefficients of the S
transform of x
moment2booleanCumulant(mm)
computes the sequence of boolean cumulants from the sequence of moments mm
moment2cumulant(mm)
computes the sequence of classical cumulants from the sequence of moments mm
moment2freeCumulant(mm)
computes the sequence of free cumulants from the sequence of moments mm
moment2jacobi(mm)
computes the Jacobi parameters as pair of streams.
moment2jacobi2(mm)
computes the Jacobi parameters as stream of pairs $(an, bn
)$.
moment2monotoneCumulant(mm)
computes the sequence of monotone cumulants from the sequence of moments mm
moment2nthJacobi(mm)
computes the list of Jacobi parameters from the list of moments mm
as far as possible.
monotoneCumulant2moment(hh)
computes the sequence of moments from the sequence of monotone cumulants hh
monotoneCumulant2momentPoly(hh)
computes the sequence of moment polynomials $m_n
(t
)$ from the sequence of monotone cumulants hh