ParamBoundsValues Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) mNo edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
<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||Gets | | style="width: 170px;"|Upper||Gets the upper confidence bounds. '''Double'''. | ||
|- | |- | ||
|Lower||Gets | |Lower||Gets the lower confidence bounds. '''Double'''. | ||
|- | |- | ||
|ParamName|| | |ParamName||Gets the parameter name. '''String'''. | ||
|} | |} | ||
Latest revision as of 23:34, 7 April 2016
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. |