Template:ConfBoundsMethods: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{APIPrefix|Public Enum}}{{APIName|'''ConfBoundsMethods'''}} FisherMatrix = 0 LikelihoodRatio = 1 BetaBinomial = 2 KTO = 3 None = 10')
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{APIPrefix|Public Enum}}{{APIName|'''ConfBoundsMethods'''}}
'''Public Enum ConfBoundsMethods'''
     FisherMatrix = 0
     FisherMatrix = 0
     LikelihoodRatio = 1
     LikelihoodRatio = 1

Latest revision as of 15:47, 6 February 2014

Public Enum ConfBoundsMethods
   FisherMatrix = 0
   LikelihoodRatio = 1
   BetaBinomial = 2
   KTO = 3
   None = 10