Package jline.lib.butools
Class JFactorialMomsFromJMoms
java.lang.Object
jline.lib.butools.JFactorialMomsFromJMoms
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixReturns the lag-1 joint factorial moments given the lag-1 joint raw moments.
-
Method Details
-
jFactorialMomsFromJMoms
Returns the lag-1 joint factorial moments given the lag-1 joint raw moments.- Parameters:
jm- The matrix of joint raw moments. The entry in row i and column j is m_{i,j}, i>=1, j>=1.- Returns:
- The matrix of joint factorial moments. The entry in row i and column j is f_{i,j}, i>=1, j>=1. Reference: http://en.wikipedia.org/wiki/Factorial_moment
-