Creates a new instance of the Correlation class with an empty initial data set.
Creates a new instance of the Correlation class with an empty initial data set.
public CorrelationStateful();
Constructs a new Correlation instance using the specified value pairs for its initial data set.
public CorrelationStateful(double[],double[]);
CorrelationStateful Class | WebCab.Libraries.Statistics.Correlation Namespace