ParamBoundsValues Class

From ReliaWiki
Revision as of 20:52, 30 March 2016 by Kate Racaza (talk | contribs)
Jump to navigation Jump to search
APIWiki.png


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.



See Also