protected static class PlusCFldKFactorConfidLevel.KFactorConfidLevelPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Double |
confidLevel
The confid level.
|
java.lang.Double |
kFactor
The k factor.
|
Constructor and Description |
---|
KFactorConfidLevelPair(java.lang.Double kFactor,
java.lang.Double confidLevel)
Instantiates a new k factor confid level pair.
|