|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.text.math.CorrResFormatterV1
public final class CorrResFormatterV1
This class is a concrete implementation of
CorrResultsFormatter. The string representation of
a correlation results is: Statistic = a | Z = b | n = c
, where
a
is the computed statistic, b
is the approximated Z value,
and c
is the sample size.
Constructor Summary | |
---|---|
CorrResFormatterV1()
Constructs a new correlation results formatter. |
Method Summary | |
---|---|
java.lang.String |
format(TauResult results)
Returns a formatted string representation of the provided correlation results. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CorrResFormatterV1()
Method Detail |
---|
public java.lang.String format(TauResult results)
format
in interface Formatter<TauResult>
results
- the results to be formatted.
java.lang.NullPointerException
- if the provided
coefficient is null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |