ConfBoundsSides Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "ConfBoundsSides" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading])
No edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_Model Class|Global_Model}}
{{Template:API}}{{Template:APIBreadcrumb}}
== Syntax==


{{APIPrefix|Public Enum}}{{APIName|'''ConfBoundsSides'''}}<br>
{{APIComment|Sides of confidence bounds.}}


{{Template:ConfBoundsSides}}
<onlyinclude>Specifies the side(s) of the confidence bounds that will be estimated or displayed.</onlyinclude>
 
== Members ==
{| {{APITableEnum}}
|-
| style="width: 150px;"|None||style="width: 70px;"|0||No confidence bounds will be estimated.
|-
|TwoSidedBoth||1||Two-sided confidence bounds.
|-
|OneSidedUpper||2||One-sided upper confidence bound.
|-
|OneSidedBoth||3||One-sided upper and one-sided lower confidence bounds.
|-
|OneSidedLower||4||One-sided lower confidence bound.
|}
 
 
 
 
 
==See Also==
*[[CModel.SetConfidenceLevel|cModel.SetConfidenceLevel Method]]
*[[WAPlotSettings Class]]

Latest revision as of 23:38, 6 September 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the side(s) of the confidence bounds that will be estimated or displayed.

Members

Name Value Description
None 0 No confidence bounds will be estimated.
TwoSidedBoth 1 Two-sided confidence bounds.
OneSidedUpper 2 One-sided upper confidence bound.
OneSidedBoth 3 One-sided upper and one-sided lower confidence bounds.
OneSidedLower 4 One-sided lower confidence bound.



See Also