WeibullBayesianPriorDistribution Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|GlobalStuff Weibull Class|GlobalStuff Weibull}} == Declaration == {{APIPrefix|Public Enum}} {{APIName|WeibullBayesianPriorDistribution}} {{APIComment|Avail…') |
Albert Szeto (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
{{APIComment|Available Weibull-Bayesian distributions. This includes Normal, Lognormal, Exponential, and Uniform distributions.}} | {{APIComment|Available Weibull-Bayesian distributions. This includes Normal, Lognormal, Exponential, and Uniform distributions.}} | ||
{{Template:WeibullBayesianPriorDistribution}} |
Revision as of 18:10, 12 September 2013
Declaration
Public Enum WeibullBayesianPriorDistribution
Available Weibull-Bayesian distributions. This includes Normal, Lognormal, Exponential, and Uniform distributions.
WeibullBayesianPriorDistribution Enum Normal = MPriorDistribution.PD_Normal Lognormal = MPriorDistribution.PD_Lognormal Exponential = MPriorDistribution.PD_Exponential Uniform = MPriorDistribution.PD_Uniform