ConfBoundsTypes Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Model|Global Model}}
{{Template:APIClass|Global_Model|Global Model}}
{{Template:ConfBoundsTypes.Cmt}}
== Syntax==
== Syntax==
{{APIPrefix|Public Enum}}{{APIName|'''ConfBoundsTypes'''}}<br>
{{APIPrefix|Public Enum}}{{APIName|'''ConfBoundsTypes'''}}<br>
{{APIComment|Types of confidence bounds.}}
{{APIComment|Types of confidence bounds.}}
{{Template:ConfBoundsTypes}}
{{Template:ConfBoundsTypes}}

Revision as of 16:57, 30 January 2014


Used with the WAPlotSettings class to specify which confidence bounds will be shown in a plot.

Syntax

Public Enum ConfBoundsTypes
Types of confidence bounds.

ConfBoundsTypes Enum
  None = 0
  TypeI = 1
  TypeII = 2
  Both = 3