ConfBoundsSides Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
| style="width: 200px;"|None||No confidence bounds will be estimated. | | style="width: 200px;"|None||No confidence bounds will be estimated. | ||
|- | |- | ||
|TwoSidedBoth|| | |TwoSidedBoth||Two-sided confidence bounds. | ||
|- | |- | ||
|OneSidedUpper|| | |OneSidedUpper||One-sided upper confidence bound. | ||
|- | |- | ||
|OneSidedBoth|| | |OneSidedBoth||One-sided upper and one-sided lower confidence bounds. | ||
|- | |- | ||
|OneSidedLower|| | |OneSidedLower||One-sided lower confidence bound. | ||
|} | |} |
Revision as of 22:37, 29 July 2015
Member of: SynthesisAPI
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 | Two-sided confidence bounds. |
OneSidedUpper | One-sided upper confidence bound. |
OneSidedBoth | One-sided upper and one-sided lower confidence bounds. |
OneSidedLower | One-sided lower confidence bound. |