ConfBoundsSides Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Model|Global Model}}
{{Template:APIClass|Global_Model|Global Model}}
{{Template:ConfBoundsSides.Cmt}}
Specifies the side(s) of the confidence bounds that will be estimated.


== Syntax==
== Members ==
{{APIPrefix|Public Enum}}{{APIName|'''ConfBoundsSides'''}}<br>
*None          {{APIComment|No confidence bounds will be estimated.}}
<div style="margin-right: 150px;">
*TwoSidedBoth  {{APIComment|Estimate the two-sided confidence bounds.}}
{{Template:ConfBoundsSides}}
*OneSidedUpper  {{APIComment|Estimate the one-sided upper confidence bound.}}
</div>
*OneSidedBoth  {{APIComment|Estimate the one-sided upper and one-sided lower confidence bounds.}}
*OneSidedLower  {{APIComment|Estimate the one-sided lower confidence bound.}}

Revision as of 23:04, 10 March 2014


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

Members

  • 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.