CorrelationCoefficient | Computes the correlation coefficient between the two variables. |
Covariance | Computes the covariance of the two variables. |
CrosstabsR, C | Produces a cross-tabulation. |
KendallTauTest | Performs a Kendall concordance test for association. |
LinearLogisticRegression | Computes the best-fit linear logistic regression from the data. |
LinearRegression | Computes the best-fit linear regression from the data. |
NonlinearRegression(IReadOnlyListDouble, IReadOnlyListDouble, FuncIReadOnlyDictionaryString, Double, Double, Double, IReadOnlyDictionaryString, Double) | Finds the parameterized function that best fits the data. |
NonlinearRegression(IReadOnlyListDouble, IReadOnlyListDouble, FuncIReadOnlyListDouble, Double, Double, IReadOnlyListDouble) | Finds the parameterized function that best fits the data. |
PairedStudentTTest | Performs a paired Student t-test. |
PearsonRTest | Performs a Pearson correlation test for association. |
PolynomialRegression | Computes the polynomial of given degree which best fits the data. |
PopulationCovariance | Estimates the covariance of the two variables in the population. |
SpearmanRhoTest | Performs a Spearman rank-order test of association between the two variables. |
WilcoxonSignedRankTest | Performs a Wilcoxon signed rank test. |