Package jline.lib.butools
Class MomsFromHankelMomsKt
-
- All Implemented Interfaces:
public final class MomsFromHankelMomsKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixmomsFromHankelMoms(Matrix hm)Returns the raw moments given the Hankel moments. -
-
Method Detail
-
momsFromHankelMoms
final static Matrix momsFromHankelMoms(Matrix hm)
Returns the raw moments given the Hankel moments.
- Parameters:
hm- The list of Hankel moments (starting with the first moment)- Returns:
The list of raw moments
Reference: http://en.wikipedia.org/wiki/Stieltjes_moment_problem
-
-
-
-