public class MeasureConcentrationExpectationBound
extends java.lang.Object
| Constructor and Description |
|---|
MeasureConcentrationExpectationBound(double dblConstant,
double dblExponent)
MeasureConcentrationExpectationBound Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
constant()
Retrieve the Asymptote Constant
|
double |
exponent()
Retrieve the Asymptote Exponent
|
double |
lossExpectationUpperBound(int iSampleSize)
Compute the Expected Loss Upper Bound between the Sample and the Population for the specified Sample
Size
|
public MeasureConcentrationExpectationBound(double dblConstant,
double dblExponent)
throws java.lang.Exception
dblConstant - Asymptote ConstantdblExponent - Asymptote Exponentjava.lang.Exception - Thrown if the Constant and/or Exponent is Invalidpublic double constant()
public double exponent()
public double lossExpectationUpperBound(int iSampleSize)
throws java.lang.Exception
iSampleSize - The Sample Sizejava.lang.Exception - Thrown if the Expected Loss Upper Bound cannot be computed