Click or drag to resize
Accord.NET (logo)

AnalysisMethod Enumeration

Determines the method to be used in a statistical analysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public enum AnalysisMethod
Members
  Member nameValueDescription
Center0 By choosing Center, the method will be run on the mean-centered data.
Standardize1 By choosing Standardize, the method will be run on the mean-centered and standardized data.
See Also