BoundsValues Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb|9}} | ||
Stores the upper and lower confidence bounds estimated from a [[cModel Class|cModel]] object. | |||
<onlyinclude>Stores the upper and lower confidence bounds estimated from a [[cModel Class|cModel]] object.</onlyinclude> | |||
== Properties == | == Properties == | ||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|Upper||''Double''. Gets the upper value. | |||
|- | |||
|Lower||''Double''. Gets the lower value. | |||
|} | |||
<!-- | |||
== Usage Example == | == Usage Example == | ||
<div style="margin-right: 150px;"> | <div style="margin-right: 150px;"> | ||
Line 26: | Line 33: | ||
LowerBoundValue = ModelBoundsValue.Lower | LowerBoundValue = ModelBoundsValue.Lower | ||
</div> | </div> | ||
--> |
Revision as of 18:26, 29 July 2015
Member of: SynthesisAPI9
Stores the upper and lower confidence bounds estimated from a cModel object.
Properties
Name | Description |
---|---|
Upper | Double. Gets the upper value. |
Lower | Double. Gets the lower value. |