Package jline.api.moment
Class Moment_factorial_from_factcumulant
java.lang.Object
jline.api.moment.Moment_factorial_from_factcumulant
Factorial moments from factorial cumulants.
Inverse of Moment_factcumulant_from_factorial.
Reference: V. P. Leonov and A. N. Shiryaev. On a method of calculation of semi-invariants. Theory of Probability and its Applications, 4(3):319-329, 1959.
- Since:
- LINE 3.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixConverts factorial cumulants into factorial moments.
-
Method Details
-
moment_factorial_from_factcumulant
Converts factorial cumulants into factorial moments.- Parameters:
kappa- column vector of length n+1 holding the factorial cumulants of order 0,...,n; element 0 is ignored- Returns:
- column vector of length n+1 holding f_0,...,f_n, with f_0 = 1
-