WebCab Probability and Statistics for .NET v3.3 Demo | |
WebCab.Libraries.Statistics.Correlation Namespace
Classes
Class | Description |
---|
Correlation |
Stateless version of the Correlation and Regression class allows the investigation of linear relationships between two variables using techniques from correlation and linear regression as detailed within the PDF documentations.
|
CorrelationDemoException |
This exception is thrown by the demo version of the Correlation
class after the number of maximum method calls has been reached.
|
CorrelationStateful |
This is the stateful implementation of the Correlation and Regression class allowing the investigation of linear relationships between two variables using the techniques of correlation and linear regression.
|
CorrelationStatefulDemoException |
This exception is thrown by the demo version of the CorrelationStateful
class after the number of maximum method calls has been reached.
|