WAPlotType Enumeration: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
{{APIComment|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.}} | {{APIComment|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.}} | ||
{{Template: | {{Template:WAPlotType}} |
Revision as of 18:15, 13 September 2013
Declaration
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