ParamBoundsValues 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|.[[CModel Class|cModel]]}} | ||
{{Template: | |||
<onlyinclude>Stores the confidence bounds on a model's parameter estimates.</onlyinclude> | |||
== Properties == | == Properties == | ||
{| {{APITable}} | |||
|- | |||
| style="width: 170px;"|Upper||''Double''. The upper bound. | |||
|- | |||
|Lower||''Double''. The lower bound. | |||
|- | |||
|ParamName||''String''. The parameter name. | |||
|} | |||
Revision as of 21:24, 29 July 2015
Member of: SynthesisAPI9.cModel
Stores the confidence bounds on a model's parameter estimates.
Properties
Name | Description |
---|---|
Upper | Double. The upper bound. |
Lower | Double. The lower bound. |
ParamName | String. The parameter name. |