ParamBoundsValues Class: Difference between revisions

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




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

Revision as of 23:14, 5 November 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.



See Also