|
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
)
Public Sub New (
length As Double(),
columnNames As String()
)
Request Example
View SourceParameters
- length
- Type: SystemDouble
The length of each circular variable (i.e. 24 for hours). - columnNames
- Type: SystemString
Names for the analyzed variables.
See Also