WeibullSolverMethod Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Weibull|Global Weibull}}
{{Template:APIClass|Global_Weibull|Global Weibull}}
{{Template:WeibullSolverMethod.Cmt}}
== Syntax==
== Syntax==
{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}
{{APIName|'''WeibullSolverMethod'''}}<br>
{{APIName|'''WeibullSolverMethod'''}}<br>
{{APIComment|Available Weibull solver analysis methods. This includes Rank Regression on X (RRX), Rank Regression on Y (RRY), and Maximum Likelihood Estimation (MLE)}}
{{Template:WeibullSolverMethod}}
{{Template:WeibullSolverMethod}}

Revision as of 16:19, 30 January 2014


Contains different methods for estimating the parameters of the selected distribution (e.g., rank regression X).

Syntax

Public Enum WeibullSolverMethod

  WeibullSolverMethod Enum
  RRX = MSolverMethod.MS_RRX
  RRY = MSolverMethod.MS_RRY
  MLE = MSolverMethod.MS_MLE