public class ChiSquareTest
chi-square test
public static double compare(kotlin.Array[] ef,
kotlin.Array[] of)
chi square test
ef - expected frequencies (sum up to 1 !!)of - observed frequencies (sum up to the number of samples)