ParamBoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumbClass}}
{{Template:API}}{{Template:APIBreadcrumb}}




<onlyinclude>Stores the confidence bounds on a model's parameter estimates.</onlyinclude>
<onlyinclude>Represents the confidence bounds on the parameter estimates of an associated [[CModel_Class|cModel]] object.</onlyinclude>


== Properties  ==
== Properties  ==
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 170px;"|Upper||The upper bound. '''Double'''.  
| style="width: 170px;"|Upper||Gets the upper confidence bounds. '''Double'''.  
|-
|-
|Lower||The lower bound. '''Double'''.  
|Lower||Gets the lower confidence bounds. '''Double'''.  
|-
|-
|ParamName||The parameter name. '''String'''.
|ParamName||Gets the parameter name. '''String'''.
|}
|}



Latest revision as of 23:34, 7 April 2016

APIWiki.png


Member of: SynthesisAPI


Represents the confidence bounds on the parameter estimates of an associated cModel object.

Properties

Name Description
Upper Gets the upper confidence bounds. Double.
Lower Gets the lower confidence bounds. Double.
ParamName Gets the parameter name. String.



See Also