|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.mng.AbstractProcessManager
sbrt.shell.mng.stat.MannWhitneyUManager
public final class MannWhitneyUManager
This class is used to manage Mann-Whitney tests.
Field Summary | |
---|---|
static UnmodifiableSet<java.lang.String> |
optionalKeywords
The set of keywords understood, but not required, by this process manager. |
static UnmodifiableSet<java.lang.String> |
requiredKeywords
The set of keywords required by this process manager. |
static java.lang.String |
SAMPLE_A_FILE
The keyword used to denote the name of the file containing sample A. |
static java.lang.String |
SAMPLE_B_FILE
The keyword used to denote the name of the file containing sample B. |
Fields inherited from class sbrt.shell.mng.AbstractProcessManager |
---|
ALGORITHM, COMPLETED, DATA_HEADERS, DEV_NULL, ELAPSED_TIME, FILE_FORMAT, INPUT_FILE, INPUT_FILE_FORMAT, INPUT_FILE_NAME_FILE, ITERATIONS, OUTPUT_FILE_FORMAT, OUTPUT_FILE_NAME, OUTPUT_FILE_NAME_FILE, PERCENT, PERCENT_COMPLETED, SEED, ZERO_CUTOFF |
Constructor Summary | |
---|---|
MannWhitneyUManager()
|
Method Summary | |
---|---|
void |
execute(java.io.PrintWriter out)
Executes the process this process manager controls and writes the results to the provided print writer. |
UnmodifiableSet<java.lang.String> |
getOptionalKeys()
Returns the set of keywords understood, but not required, by this process manager. |
MwUAnalysis<java.lang.String> |
getProcess()
Returns the process controlled by this process manager. |
UnmodifiableSet<java.lang.String> |
getRequiredKeys()
Returns the set of keywords required by this process manager. |
static java.util.List<java.lang.Double> |
getSample(java.lang.String fileName)
Returns the list of values contained in the file with the provided name. |
static java.util.List<java.lang.Double> |
getSample(java.lang.String fileName,
java.io.PrintWriter out)
Returns the list of values contained in the file with the provided name. |
void |
setInput(ManagerInput<java.lang.String,java.lang.String> input,
java.io.PrintWriter out)
Uses the provided input to prepare this process manager for execution. |
Methods inherited from class sbrt.shell.mng.AbstractProcessManager |
---|
check, closeFile, closeRm, execute, getFileFormat, getFileFormat, getFileNameSource, getIterations, getSeed, getTextFileFormat, getTextFileFormat, getZeroCutoff, getZeroCutoff, parseInt, parseLong, printProgress, printProgress, printProgress, runProcess, setInput |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface sbrt.shell.mng.ProcessManager |
---|
check, execute, setInput |
Field Detail |
---|
public static final java.lang.String SAMPLE_A_FILE
public static final java.lang.String SAMPLE_B_FILE
public static final UnmodifiableSet<java.lang.String> requiredKeywords
public static final UnmodifiableSet<java.lang.String> optionalKeywords
Constructor Detail |
---|
public MannWhitneyUManager()
Method Detail |
---|
public static java.util.List<java.lang.Double> getSample(java.lang.String fileName, java.io.PrintWriter out)
fileName
- the name of the file containing a list of values.out
- the print writer to which status messages will be printed.
public static java.util.List<java.lang.Double> getSample(java.lang.String fileName)
fileName
- the name of the file containing a list of values.
public UnmodifiableSet<java.lang.String> getRequiredKeys()
getRequiredKeys
in interface ProcessManager<java.lang.String,java.lang.String>
public UnmodifiableSet<java.lang.String> getOptionalKeys()
getOptionalKeys
in interface ProcessManager<java.lang.String,java.lang.String>
public MwUAnalysis<java.lang.String> getProcess()
getProcess
in interface KernelProcessManager<java.lang.String,java.lang.String>
public void setInput(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out)
setInput
in interface ProcessManager<java.lang.String,java.lang.String>
input
- all of the information required to prepare this process
manager for execution.out
- the print writer to which all messages will be printed.public void execute(java.io.PrintWriter out)
execute
in interface ProcessManager<java.lang.String,java.lang.String>
out
- the print writer where the results will be printed.
java.lang.IllegalStateException
- if no input was provided to this process manager.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |