Click or drag to resize
Accord.NET (logo)

DescriptiveAnalysis Constructor (String)

Constructs the Descriptive Analysis.

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

Parameters

columnNames
Type: SystemString
Names for the analyzed variables.
See Also