Click or drag to resize

CorrespondenceAnalyze Method

Analyzes the correspondence of the specified data.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static Correspondence Analyze(
	DoubleMatrix data
)

Parameters

data
Type: Novacta.AnalyticsDoubleMatrix
The data to analyze.

Return Value

Type: Correspondence
The correspondence of the specified data.
Exceptions
ExceptionCondition
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