CorrespondenceAnalyze Method

Analyzes the correspondence of the specified data.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public static Correspondence Analyze(
	DoubleMatrix data
)

Parameters

data  DoubleMatrix
The data to analyze.

Return Value

Correspondence
The correspondence of the specified data.

Exceptions

ArgumentNullExceptiondata is null.
ArgumentOutOfRangeException Parameter data 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