WAPlotType Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
(19 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
{{ | Specifies the plot type for an associated [[WAPlots Class|WAPlots]] object. | ||
== Members== | |||
{| {{APITableEnum}} | |||
|- | |||
| style="width: 150px;"|Probability||style="width: 80px;"|0||Probability plot. | |||
|- | |||
|Reliability||1||Reliability vs. time plot. | |||
|- | |||
|Unreliability||2||Unreliability vs. time plot. | |||
|- | |||
|Pdf||3||Probability density function. | |||
|- | |||
|FailureRate||4||Failure rate vs. time plot. | |||
|- | |||
|Contour||5||Contour plot. | |||
|- | |||
|FSHistogram||6||Failures/suspensions histogram. | |||
|- | |||
|FSPie||7||Failures/suspensions timeline. | |||
|- | |||
|FSTimeline||8||Failures/suspensions timeline. | |||
|- | |||
|UseLevelProbability||12||Use level probability plot. | |||
|- | |||
|LifeVsStress||13||Life vs. stress plot. | |||
|- | |||
|StdDevVsStress||14||Standard deviation vs. stress plot. | |||
|- | |||
|AFVsStress||15||Acceleration factor vs. stress. | |||
|- | |||
|StandardResiduals||16||Standard residuals plot. | |||
|- | |||
|CoxSnellResiduals||17||Cox-Snell residuals plot. | |||
|- | |||
|StandardVsFittedValue||18||Standard vs. fitted value plot. | |||
|- | |||
|PdfHistogram||777||''pdf'' histogram. | |||
|} | |||
==See Also== | |||
*[[WAPlots.CreatePlot|WAPlots.CreatePlot Method]] | |||
*[[WAPlots.CreatePlotVB6|WAPlots.CreatePlotVB6 Method]] |
Latest revision as of 22:54, 20 April 2016
Member of: SynthesisAPI
Specifies the plot type for an associated WAPlots object.
Members
Name | Value | Description |
---|---|---|
Probability | 0 | Probability plot. |
Reliability | 1 | Reliability vs. time plot. |
Unreliability | 2 | Unreliability vs. time plot. |
3 | Probability density function. | |
FailureRate | 4 | Failure rate vs. time plot. |
Contour | 5 | Contour plot. |
FSHistogram | 6 | Failures/suspensions histogram. |
FSPie | 7 | Failures/suspensions timeline. |
FSTimeline | 8 | Failures/suspensions timeline. |
UseLevelProbability | 12 | Use level probability plot. |
LifeVsStress | 13 | Life vs. stress plot. |
StdDevVsStress | 14 | Standard deviation vs. stress plot. |
AFVsStress | 15 | Acceleration factor vs. stress. |
StandardResiduals | 16 | Standard residuals plot. |
CoxSnellResiduals | 17 | Cox-Snell residuals plot. |
StandardVsFittedValue | 18 | Standard vs. fitted value plot. |
PdfHistogram | 777 | pdf histogram. |