ComparisonMethod Enumeration

Spotfire 14.3 API Reference
Used to select a statistical method in the data relationships calculation.

Namespace:  Spotfire.Dxp.Application.Calculations.DataRelationships
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(3, 0)]
public enum ComparisonMethod
Members

  Member nameValueDescription
Anova0 Anova (numerical vs categorical)
ChiSquare1 Chi-square (categorical vs categorical)
KruskalWallis2 Kruskal-Wallis (sortable vs categorical)
LinearRegression3 Linear regression (numerical vs numerical)
Spearman4 Spearman R (numerical vs numerical)
LinearRegressionWithInterceptAndSlope5 Linear regression (numerical vs numerical) with intercept and slope
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference