Click or drag to resize

BivariateSample Properties

The BivariateSample type exposes the following members.

Properties
  NameDescription
Public propertyCorrelationCoefficient
Gets the correlation coefficient between the two variables.
Public propertyCount
Gets the number of data points.
Public propertyCovariance
Gets the covariance of the two variables.
Public propertyIsReadOnly
Gets a value indicating whether the bivariate sample is read-only.
Public propertyPopulationCovariance
Estimates of the population covariance of two variables.
Public propertyX
Gets a read-only univariate sample consisting of the x-values of the data points.
Public propertyY
Gets a read-only univariate sample consisting of the y-values of the data points.
Top
See Also