ParamBoundsValues Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) mNo edit summary |
Kate Racaza (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
<onlyinclude>Stores the confidence bounds on a model's parameter estimates.</onlyinclude> | <onlyinclude>Stores or retrieves the confidence bounds on a model's parameter estimates.</onlyinclude> | ||
== Properties == | == Properties == | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 170px;"|Upper|| | | style="width: 170px;"|Upper||Gets or sets the upper bound. '''Double'''. | ||
|- | |- | ||
|Lower|| | |Lower||Gets or sets the lower bound. '''Double'''. | ||
|- | |- | ||
|ParamName||The parameter name. '''String'''. | |ParamName||The parameter name. '''String'''. |
Revision as of 20:52, 30 March 2016
Member of: SynthesisAPI
Stores or retrieves the confidence bounds on a model's parameter estimates.
Properties
Name | Description |
---|---|
Upper | Gets or sets the upper bound. Double. |
Lower | Gets or sets the lower bound. Double. |
ParamName | The parameter name. String. |