BoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:APIClass|cModel Class|cModel}}
{{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  ==
*Upper (as ''double'') {{APIComment|Gets the upper value.}}
{| {{APITable}}
*Lower (as ''double'') {{APIComment|Gets the lower value.}}
|-
| 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

APIWiki.png


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.