Click or drag to resize

MultipleCorrespondenceAnalyze Method

Analyzes the multiple correspondence of the specified categorical data set.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static MultipleCorrespondence Analyze(
	CategoricalDataSet dataSet
)

Parameters

dataSet
Type: Novacta.AnalyticsCategoricalDataSet
The data set to analyze.

Return Value

Type: MultipleCorrespondence
The multiple correspondence of the specified data set.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataSet is null.
ArgumentOutOfRangeException The disjoint form of parameter dataSet has at least a non positive marginal sum.
InvalidOperationException The Singular Value Decomposition needed to acquire the correspondence cannot be executed or does not converge.
-or-
No principal variable has positive variance. The principal information cannot be acquired.
See Also