WeibullGeneralOptions Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
*'''[[WeibullGeneralOptions.WarnNegLocation|WarnNegLocation]]'''{{APIComment|{{Template:WeibullGeneralOptions.WarnNegLocation.Cmt}}}}
*'''[[WeibullGeneralOptions.WarnNegLocation|WarnNegLocation]]'''{{APIComment|{{Template:WeibullGeneralOptions.WarnNegLocation.Cmt}}}}
*'''[[WeibullGeneralOptions.DiscardNegLocation|DiscardNegLocation]]'''{{APIComment|{{Template:WeibullGeneralOptions.DiscardNegLocation.Cmt}}}}
*'''[[WeibullGeneralOptions.DiscardNegLocation|DiscardNegLocation]]'''{{APIComment|{{Template:WeibullGeneralOptions.DiscardNegLocation.Cmt}}}}
*'''[[WeibullGeneralOptions.ResetExpLocation]]'''{{APIComment|{{Template:WeibullGeneralOptions.ResetExpLocation.Cmt}}}}
*'''[[WeibullGeneralOptions.ResetExpLocation|ResetExpLocation]]'''{{APIComment|{{Template:WeibullGeneralOptions.ResetExpLocation.Cmt}}}}
*'''[[WeibullGeneralOptions.Use3PTrueMLE|Use3PTrueMLE]]'''{{APIComment|{{Template:WeibullGeneralOptions.Use3TrueMLE.Cmt}}}}
*'''[[WeibullGeneralOptions.Use3PTrueMLE|Use3PTrueMLE]]'''{{APIComment|{{Template:WeibullGeneralOptions.Use3TrueMLE.Cmt}}}}
*'''[[WeibullGeneralOptions.UseExtendedGGamma|UseExtendedGGamma]]'''{{APIComment|{{Template:WeibullGeneralOptions.UseExtendedGGamma.Cmt}}}}
*'''[[WeibullGeneralOptions.UseExtendedGGamma|UseExtendedGGamma]]'''{{APIComment|{{Template:WeibullGeneralOptions.UseExtendedGGamma.Cmt}}}}
*'''[[WeibullGeneralOptions.AllowBiasingNormal|AllowBiasingNormal]]'''{{APIComment|{{Template:WeibullGeneralOptions.AllowBiasingNormal.Cmt}}}}
*'''[[WeibullGeneralOptions.AllowBiasingNormal|AllowBiasingNormal]]'''{{APIComment|{{Template:WeibullGeneralOptions.AllowBiasingNormal.Cmt}}}}
*'''[[WeibullGeneralOptions.UsePlottedYPoints|UsePlottedYPoints]]'''{{APIComment|{{Template:WeibullGeneralOptions.UsePlottedYPoints.Cmt}}}}
*'''[[WeibullGeneralOptions.UsePlottedYPoints|UsePlottedYPoints]]'''{{APIComment|{{Template:WeibullGeneralOptions.UsePlottedYPoints.Cmt}}}}

Revision as of 23:09, 30 January 2014



This class describes various settings for WeibullDataSet's GeneralSettings.

Properties

  • WarnNegLocation Sets whether a warning will be generated when the location parameter contains a negative value.
  • DiscardNegLocation Sets whether to discard the location parameter when it contains a negative value.
  • ResetExpLocation Sets whether to reset the value of the location parameter equal to the first failure time, T1, if the parameter is greater than T1. (Exponential distribution only.)
  • Use3PTrueMLE Sets whether to use a true 3-parameter MLE solution for 3-parameter Weibull.
  • UseExtendedGGamma Sets whether to allow the lambda parameter of the generalized gamma distribution to take negative values.
  • AllowBiasingNormal Sets whether to correct the MLE standard deviation (sigma) value for biasedness (complete data only).
  • UsePlottedYPoints Sets whether to use the plotted points (using median ranks or Kaplan-Meier) to calculate the difference between observed and model estimated probability for the Kolmogorov-Smirnov test.