BoundsValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumbClass}}
{{Template:API}}{{Template:APIBreadcrumb}}




<onlyinclude>Stores the upper and lower confidence bounds estimated from a [[cModel Class|cModel]] object.</onlyinclude>
<onlyinclude>Represents the confidence bounds associated with a [[cModel Class|cModel]] object.</onlyinclude>


== Properties  ==
== Properties  ==
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 200px;"|Upper||Gets or sets the upper value. '''Double'''.
| style="width: 200px;"|Upper||Gets or sets the upper confidence bounds. '''Double'''.
|-
|-
|Lower||Gets or sets the lower value. '''Double'''.
|Lower||Gets or sets the lower confidence bounds. '''Double'''.
|}
|}




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

Latest revision as of 23:23, 7 April 2016

APIWiki.png


Member of: SynthesisAPI


Represents the confidence bounds associated with a cModel object.

Properties

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



See Also