BivariateSampleCorrelationCoefficient Property |
Gets the correlation coefficient between the two variables.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public double CorrelationCoefficient { get; }
Public ReadOnly Property CorrelationCoefficient As Double
Get
public:
property double CorrelationCoefficient {
double get ();
}
member CorrelationCoefficient : float with get
Property Value
Type:
DoubleSee Also