WAPlotType Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{Template:APIClass|WAPlots Class|WAPlots}}
{{Template:API}}{{Template:APIBreadcrumb}}
{{Template:WAPlotType.Cmt}}
 
 
Specifies the plot type for an associated [[WAPlots Class|WAPlots]] object.


== Members==
== 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.
|}


* Probability          {{APIComment|Probability plot}}
==See Also==
* Reliability          {{APIComment|Reliability vs. time plot}}
*[[WAPlots.CreatePlot|WAPlots.CreatePlot Method]]
* Unreliability        {{APIComment|Unreliability vs. time plot}}
*[[WAPlots.CreatePlotVB6|WAPlots.CreatePlotVB6 Method]]
* Pdf                  {{APIComment|Probability density function}}
* FailureRate          {{APIComment|Failure rate vs. time plot}}
* Contour              {{APIComment|Contour plot}}
* FSHistogram          {{APIComment|Failures/suspensions histogram}}
* PdfHistogram        {{APIComment|''pdf'' histogram}}
* FSPie                {{APIComment|Failures/suspensions timeline}}
* FSTimeline          {{APIComment|Failures/suspensions timeline}}
* UseLevelProbability  {{APIComment|Use level probability plot}}
* LifeVsStress        {{APIComment|Life vs. stress plot}}
* StdDevVsStress      {{APIComment|Standard deviation vs. stress plot}}
* AFVsStress          {{APIComment|Acceleration factor vs. stress}}
* StandardResiduals    {{APIComment|Standard residuals plot}}
* CoxSnellResiduals    {{APIComment|Cox-Snell residuals plot}}
* StandardVsFittedValue{{APIComment|Standard vs. fitted value plot}}

Latest revision as of 22:54, 20 April 2016

APIWiki.png


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.
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