ConfBoundsSides Enumeration
Jump to navigation
Jump to search
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. |