Click or drag to resize

Bivariate Methods

The Bivariate type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCorrelationCoefficient
Computes the correlation coefficient between the two variables.
Public methodStatic memberCovariance
Computes the covariance of the two variables.
Public methodStatic memberCrosstabsR, C
Produces a cross-tabulation.
Public methodStatic memberKendallTauTest
Performs a Kendall concordance test for association.
Public methodStatic memberLinearLogisticRegression
Computes the best-fit linear logistic regression from the data.
Public methodStatic memberLinearRegression
Computes the best-fit linear regression from the data.
Public methodStatic memberNonlinearRegression(IReadOnlyListDouble, IReadOnlyListDouble, FuncIReadOnlyDictionaryString, Double, Double, Double, IReadOnlyDictionaryString, Double)
Finds the parameterized function that best fits the data.
Public methodStatic memberNonlinearRegression(IReadOnlyListDouble, IReadOnlyListDouble, FuncIReadOnlyListDouble, Double, Double, IReadOnlyListDouble)
Finds the parameterized function that best fits the data.
Public methodStatic memberPairedStudentTTest
Performs a paired Student t-test.
Public methodStatic memberPearsonRTest
Performs a Pearson correlation test for association.
Public methodStatic memberPolynomialRegression
Computes the polynomial of given degree which best fits the data.
Public methodStatic memberPopulationCovariance
Estimates the covariance of the two variables in the population.
Public methodStatic memberSpearmanRhoTest
Performs a Spearman rank-order test of association between the two variables.
Public methodStatic memberWilcoxonSignedRankTest
Performs a Wilcoxon signed rank test.
Top
See Also