ConfBoundsSides Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|cModel Class|cModel}}
{{Template:API}}{{Template:APIBreadcrumb|9}}
Specifies the side(s) of the confidence bounds that will be estimated or displayed. Used with the [[cModel Class|cModel]] and [[WAPlotSettings Class|WAPlotSettings]] classes.
 
 
<onlyinclude>Specifies the side(s) of the confidence bounds that will be estimated or displayed.</onlyinclude>


== Members ==
== Members ==
*None          {{APIComment|No confidence bounds will be estimated.}}
{| {{APITable}}
*TwoSidedBoth   {{APIComment|Estimate the two-sided confidence bounds.}}
|-
*OneSidedUpper {{APIComment|Estimate the one-sided upper confidence bound.}}
| style="width: 200px;"|None||No confidence bounds will be estimated.
*OneSidedBoth   {{APIComment|Estimate the one-sided upper and one-sided lower confidence bounds.}}
|-
*OneSidedLower {{APIComment|Estimate the one-sided lower confidence bound.}}
|TwoSidedBoth||Estimate the two-sided confidence bounds.
|-
|OneSidedUpper||Estimate the one-sided upper confidence bound.
|-
|OneSidedBoth||Estimate the one-sided upper and one-sided lower confidence bounds.
|-
|OneSidedLower||Estimate the one-sided lower confidence bound.
|}

Revision as of 18:18, 29 July 2015

APIWiki.png


Member of: SynthesisAPI9


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

Members

Name Description
None No confidence bounds will be estimated.
TwoSidedBoth Estimate the two-sided confidence bounds.
OneSidedUpper Estimate the one-sided upper confidence bound.
OneSidedBoth Estimate the one-sided upper and one-sided lower confidence bounds.
OneSidedLower Estimate the one-sided lower confidence bound.