ConfBoundsSides Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:APIClass|cModel Class|cModel}}
{{Template:API}}{{Template:APIBreadcrumb}}
Specifies the side(s) of the confidence bounds that will be estimated from a [[cModel Class|cModel]] object.
 
 
<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.}}
{| {{APITableEnum}}
*TwoSidedBoth   {{APIComment|Estimate the two-sided confidence bounds.}}
|-
*OneSidedUpper {{APIComment|Estimate the one-sided upper confidence bound.}}
| style="width: 150px;"|None||style="width: 70px;"|0||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||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