BivariateSample Methods

Methods

Add(IEnumerableXY) Adds multiple data points to the sample.
Add(XY) Adds a data point to the sample.
Add(Double, Double) Adds a data point to the sample.
Add(IReadOnlyListDouble, IReadOnlyListDouble) Adds points from two lists to the sample.
Clear Removes all data points from the sample.
Contains(XY) Determines whether the sample contains a given data point.
Contains(Double, Double) Determines whether the sample contains a given data point.
Copy Copies the bivariate sample.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetEnumerator Gets an enumerator of sample values.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
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 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.
Remove(XY) Removes a data point from the sample.
Remove(Double, Double) Removes a data point from the sample.
SpearmanRhoTest Performs a Spearman rank-order test of association between the two variables.
ToStringReturns a string that represents the current object.
(Inherited from Object)
TransposeXY Swaps the X and Y variables in the bivariate sample.
WilcoxonSignedRankTest Performs a Wilcoxon signed rank test.

See Also