ParamBoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:


==Related Links==
==Related Links==
*[[CModel.Bounds Parameters|cModel.Bounds Parameters Method]]
*[[CModel.Bounds Parameters|cModel.Bounds_Parameters Method]]

Revision as of 19:06, 29 October 2015

APIWiki.png


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.


Related Links