Class Ms_anderson_darlingKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Double ms_anderson_darling(Matrix XX, Matrix YY) Anderson-Darling distance between two empirical distributions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • ms_anderson_darling

         final static Double ms_anderson_darling(Matrix XX, Matrix YY)

        Anderson-Darling distance between two empirical distributions. Computes a weighted version of the Kolmogorov-Smirnov statistic.

        Parameters:
        XX - first sample matrix (if 2D, each column is a sample)
        YY - second sample matrix (if 2D, each column is a sample)
        Returns:

        Anderson-Darling distance