BoundsValues Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Undo revision 61211 by Kate Racaza (Talk)) |
Kate Racaza (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
<onlyinclude> | <onlyinclude>Represents the confidence bounds associated with a [[cModel Class|cModel]] object.</onlyinclude> | ||
== Properties == | == Properties == | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 200px;"|Upper||Gets or sets the upper | | style="width: 200px;"|Upper||Gets or sets the upper confidence bounds. '''Double'''. | ||
|- | |- | ||
|Lower||Gets or sets the lower | |Lower||Gets or sets the lower confidence bounds. '''Double'''. | ||
|} | |} | ||
== | |||
==See Also== | |||
*[[CModel.Bounds Reliability|cModel.Bounds Reliability Method]] | *[[CModel.Bounds Reliability|cModel.Bounds Reliability Method]] | ||
*[[CModel.Bounds Unreliability|cModel.Bounds Unreliability Method]] | *[[CModel.Bounds Unreliability|cModel.Bounds Unreliability Method]] |
Latest revision as of 23:23, 7 April 2016
Member of: SynthesisAPI
Represents the confidence bounds associated with a cModel object.
Properties
Name | Description |
---|---|
Upper | Gets or sets the upper confidence bounds. Double. |
Lower | Gets or sets the lower confidence bounds. Double. |