LinearRegressionResultR Property |
Gets the Pearson R test of linear correlation.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public TestResult R { get; }
Public ReadOnly Property R As TestResult
Get
public:
property TestResult^ R {
TestResult^ get ();
}
member R : TestResult with get
Property Value
Type:
TestResultSee Also