Package | Description |
---|---|
edu.ucla.sspace.util |
Modifier and Type | Method and Description |
---|---|
static KrippendorffsAlpha.DifferenceFunction |
KrippendorffsAlpha.DifferenceFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KrippendorffsAlpha.DifferenceFunction[] |
KrippendorffsAlpha.DifferenceFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
double |
KrippendorffsAlpha.compute(Matrix ratings,
KrippendorffsAlpha.DifferenceFunction diffFunc) |
double[] |
KrippendorffsAlpha.computeConfidenceIntervals(Matrix ratings,
KrippendorffsAlpha.DifferenceFunction diffFunc,
int numResamples,
double[] confidenceIntervals) |
Copyright © 2012. All Rights Reserved.