Missing @Overrides

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1055914 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-01-06 15:34:34 +00:00
parent e83010dcd9
commit 2ab36c868f
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,7 @@ public class ExponentialDistributionImpl extends AbstractContinuousDistribution
* @return domain value lower bound, i.e.
* P(X &lt; <i>lower bound</i>) &lt; <code>p</code>
*/
@Override
protected double getDomainLowerBound(double p) {
return 0;
}
@ -215,6 +216,7 @@ public class ExponentialDistributionImpl extends AbstractContinuousDistribution
* @return domain value upper bound, i.e.
* P(X &lt; <i>upper bound</i>) &gt; <code>p</code>
*/
@Override
protected double getDomainUpperBound(double p) {
// NOTE: exponential is skewed to the left
// NOTE: therefore, P(X < &mu;) > .5