Measure Enumeration

Spotfire 14.3 API Reference
All possible output columns from the DataRelationshipsCalculation. Used to get a specific column from the TryGetColumn(Measure, DataColumn) method

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#
public enum Measure
Members

  Member nameValueDescription
Y0 Y
X1 X
PValue2 PValue
FStat3 FStat
S2Btwn4 S2Btwn
S2Wthn5 S2Wthn
DfBtwn6 DfBtwn
DfWthn7 DfWthn
Chi2Stat8 Chi2Stat
Df9 Df
HStat10 HStat
RSq11 RSq, the squared value of R
N12 Number of valid pairs.
R13 R, correlation or rank correlation
a14 a, method-specific (e.g. intercept for linear regression)
b15 b, method-specific (e.g. slope for linear regression)
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