| Package | Description |
|---|---|
| edu.umass.cs.surveyman.output |
Contains objects used to print out results or transmit data over a server.
|
| edu.umass.cs.surveyman.qc |
Contains quality control metrics.
|
| Modifier and Type | Field and Description |
|---|---|
CoefficentsAndTests |
CorrelationStruct.coefficientType |
| Constructor and Description |
|---|
CorrelationStruct(CoefficentsAndTests coefficientType,
double coefficientValue,
double coefficientPValue,
Question thingA,
Question thingB,
int numSamplesA,
int numSamplesB) |
| Modifier and Type | Method and Description |
|---|---|
static CoefficentsAndTests |
CoefficentsAndTests.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoefficentsAndTests[] |
CoefficentsAndTests.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.