ParamBoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumbClass}}
{{Template:API}}{{Template:APIBreadcrumb}}





Revision as of 21:26, 13 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