ParamBoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|GlobalStuff Model Class|GlobalStuff Model}} == Declaration == {{APIPrefix|Public Class}}{{APIName|ParamBoundsValues}} :{{APIPrefix|Public}}{{APIName|Upper}}…')
 
No edit summary
 
(38 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:APIClass|GlobalStuff Model Class|GlobalStuff Model}}
{{Template:API}}{{Template:APIBreadcrumb}}
== Declaration  ==


{{APIPrefix|Public Class}}{{APIName|ParamBoundsValues}}
:{{APIPrefix|Public}}{{APIName|Upper}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|Lower}}{{APIPrefix|As Double}}
:{{APIPrefix|Public}}{{APIName|ParamName}}{{APIPrefix|As String}}


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


{{APIComment|Upper and lower bounds for a model's parameter.}}
== Properties  ==
{| {{APITable}}
|-
| style="width: 170px;"|Upper||Gets the upper confidence bounds. '''Double'''.
|-
|Lower||Gets the lower confidence bounds. '''Double'''.
|-
|ParamName||Gets the parameter name. '''String'''.
|}
 
 
 
 
 
==See Also==
*[[CModel.Bounds Parameters|cModel.Bounds_Parameters Method]]

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