|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Jackknife.Statistic
A statistic to be estimated using the jackknife on a set of samples.
| Method Summary | |
|---|---|
BigDecimal[] |
compute(BigDecimal[] sample,
MathContext mc)
Computes the statistic. |
| Method Detail |
|---|
BigDecimal[] compute(BigDecimal[] sample,
MathContext mc)
Note that the BigDecimal instances passed to this method are guaranteed to
have a scale set by the caller. If you have to perform divisions,
please use the supplied MathContext.
sample - the samples over which the statistic must be computed.mc - the mathematical context to be used when dividing big decimals.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||