ConfBoundsSides Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb|9}} | ||
Specifies the side(s) of the confidence bounds that will be estimated or displayed. | |||
<onlyinclude>Specifies the side(s) of the confidence bounds that will be estimated or displayed.</onlyinclude> | |||
== Members == | == Members == | ||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|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. | |||
|} | |||
Revision as of 18:18, 29 July 2015
![]() |
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. |
