WAPlotType Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global WAPlots|Global WAPlots}} | {{Template:APIClass|Global WAPlots|Global WAPlots}} | ||
== | == Syntax== | ||
{{APIPrefix|Public Enum}} | {{APIPrefix|Public Enum}} |
Revision as of 16:08, 31 January 2014
Syntax
Public Enum WAPlotType
This includes all possible plot types for Weibull / ALTA plots including Probability, Reliability, Unreliability, Pdf, FailureRate, Contour, FSHistogram, PdfHistogram, FSPie, FSTimeline, UseLevelProbability, LifeVsStress, StdDevVsStress, AFVsStress, StanardResiduals, CoxSnellResiduals, and StandardVsFittedValue plot types.
WAPlotType Enum Probability = WeibullPlotType.ptProbability Reliability = WeibullPlotType.ptReliability Unreliability = WeibullPlotType.ptUnreliability Pdf = WeibullPlotType.ptPdf FailureRate = WeibullPlotType.ptFailureRate Contour = WeibullPlotType.ptContour FSHistogram = WeibullPlotType.ptFSHistogram PdfHistogram = 777 FSPie = WeibullPlotType.ptFSPie FSTimeline = WeibullPlotType.ptFSTimeline UseLevelProbability = WeibullPlotType.ptUseLevel LifeVsStress = WeibullPlotType.ptLifeStress StdDevVsStress = WeibullPlotType.ptStdDevStress AFVsStress = WeibullPlotType.ptAFStress StandardResiduals = WeibullPlotType.ptStandardResiduals CoxSnellResiduals = WeibullPlotType.ptCoxSnellResiduals StandardVsFittedValue = WeibullPlotType.ptStandardFitted