public interface ProbabilityComputer
Modifier and Type | Method and Description |
---|---|
double |
probability(double value)
Return the probability associated with a certain value.The upper tail of the associated distribution is returned.
|
double |
probability(double value,
boolean upperTail)
Return the probability associated with a certain value, with choice of tail.
|
double probability(double value)
value
- double probability(double value, boolean upperTail)
value
- upperTail
- Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.