ConfBoundsSides Enumeration

From ReliaWiki
Revision as of 16:54, 30 January 2014 by John Leavitt (talk | contribs)
Jump to navigation Jump to search


Sets sides of confidence bounds.

Syntax

Public Enum ConfBoundsSides

  ConfBoundsSides Enum
  None = 0
  TwoSidedBoth = 1
  OneSidedUpper = 2
  OneSidedBoth = 3
  OneSidedLower = 4