BoundsValues Class: Difference between revisions

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


==Related Links==
==Related Links==
*[[CModel.Bounds Reliability|CModel.Bounds Reliability Method]]
*[[CModel.Bounds Reliability|cModel.Bounds Reliability Method]]
*[[CModel.Bounds Unreliability|CModel.Bounds Unreliability Method]]
*[[CModel.Bounds Unreliability|cModel.Bounds Unreliability Method]]
*[[CModel.Bounds Time|CModel.Bounds Time Method]]
*[[CModel.Bounds Time|cModel.Bounds Time Method]]
*[[CModel.Bounds MeanTime|CModel.Bounds MeanTime Method]]
*[[CModel.Bounds MeanTime|cModel.Bounds MeanTime Method]]
*[[CModel.Bounds FailureRate|CModel.Bounds FailureRate Method]]
*[[CModel.Bounds FailureRate|cModel.Bounds FailureRate Method]]

Revision as of 19:06, 29 October 2015

APIWiki.png


Member of: SynthesisAPI


Stores the upper and lower confidence bounds estimated from a cModel object.

Properties

Name Description
Upper Gets or sets the upper value. Double.
Lower Gets or sets the lower value. Double.


Related Links