psdi.plusc.app.pluscds

Class PlusCFldKFactorConfidLevel.KFactorConfidLevelPair

  • java.lang.Object
    • psdi.plusc.app.pluscds.PlusCFldKFactorConfidLevel.KFactorConfidLevelPair
  • Enclosing class:
    PlusCFldKFactorConfidLevel


    protected static class PlusCFldKFactorConfidLevel.KFactorConfidLevelPair
    extends java.lang.Object
    Internal class that holds a kfactor/confidlevel value pair.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.Double confidLevel
      The confid level.
      java.lang.Double kFactor
      The k factor.
    • Constructor Summary

      Constructors 
      Constructor and Description
      KFactorConfidLevelPair(java.lang.Double kFactor, java.lang.Double confidLevel)
      Instantiates a new k factor confid level pair.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • kFactor

        public final java.lang.Double kFactor
        The k factor.
      • confidLevel

        public final java.lang.Double confidLevel
        The confid level.
    • Constructor Detail

      • KFactorConfidLevelPair

        public KFactorConfidLevelPair(java.lang.Double kFactor,
                                      java.lang.Double confidLevel)
        Instantiates a new k factor confid level pair.
        Parameters:
        kFactor - the k factor
        confidLevel - the confid level