Class Moment_jointtrans

java.lang.Object
jline.api.moment.Moment_jointtrans

public final class Moment_jointtrans extends Object
Separable joint moment conversion, applied dimension by dimension.

Applies the conversion matrix of one edge of the house of moments along every dimension of a joint moment array. This is the Kronecker-product form shared by all the joint conversions except the cumulant and the central ones.

Reference: A. Heindl and A. van de Liefvoort. Moment conversions for discrete distributions. PMCCS, 2003.

Since:
LINE 3.0
  • Method Details

    • moment_jointtrans

      public static double[] moment_jointtrans(double[] a, int[] dims, String edge)
      Applies one edge of the house of moments along every dimension.
      Parameters:
      a - flattened joint moment array in row-major order
      dims - extents of the array, dims[j] = n_j+1
      edge - edge label accepted by Moment_housematrix
      Returns:
      flattened converted array, same layout