ParamBoundsValues Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 170px;"|Upper||''Double'' | | style="width: 170px;"|Upper||The upper bound. '''Double'''. | ||
|- | |- | ||
|Lower||''Double'' | |Lower||The lower bound. '''Double'''. | ||
|- | |- | ||
|ParamName||''String'' | |ParamName||The parameter name. '''String'''. | ||
|} | |} |
Revision as of 16:28, 7 August 2015
Member of: SynthesisAPI
Stores the confidence bounds on a model's parameter estimates.
Properties
Name | Description |
---|---|
Upper | The upper bound. Double. |
Lower | The lower bound. Double. |
ParamName | The parameter name. String. |