Click or drag to resize
Accord.NET (logo)

CircularDescriptiveAnalysis Constructor (Double, String)

Constructs the Circular Descriptive Analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public CircularDescriptiveAnalysis(
	double[] length,
	string[] columnNames
)
Request Example View Source

Parameters

length
Type: SystemDouble
The length of each circular variable (i.e. 24 for hours).
columnNames
Type: SystemString
Names for the analyzed variables.
See Also