Click or drag to resize
Accord.NET (logo)

CircularDescriptiveAnalysis Constructor (Double)

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
)
Request Example View Source

Parameters

length
Type: SystemDouble
The length of each circular variable (i.e. 24 for hours).
See Also