Talk:WeibullDataSet Class/Notes: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{Template:API}}{{Template:APIBreadcrumb}} <onlyinclude>Represents a Weibull++ standard folio. </onlyinclude> ==Constructor== {| {{APITable}} |- | style="width: 170px;"|Weibul…') |
Kate Racaza (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
==Methods== | == Methods== | ||
{| {{APITable}} | |||
|- | |||
|style="width: 200px;"|[[WeibullDataSet.AddFailure|AddFailure]]||xx | |||
|- | |||
|[[WeibullDataSet.AddFailureInterval|AddFailureInterval]]||xx | |||
|- | |||
|[[WeibullDataSet.AddFreeForm|AddFreeForm]]||xx | |||
|- | |||
|[[WeibullDataSet.AddSuspension|AddSuspension]]||xx | |||
|- | |||
|[[WeibullDataSet.AddSuspensionInterval|AddSuspensionInterval]]||xx | |||
|- | |||
|[[WeibullDataSet.Calculate|Calculate]]||xx | |||
|- | |||
|[[WeibullDataSet.CalculateBestFit|CalculateBestFit]]||xx | |||
|- | |||
|[[WeibullDataSet.ClearDataSet|ClearDataSet]]||xx | |||
|- | |||
|} | |||
==Properties== | |||
{| {{APITable}} | |||
|- | |||
|style="width: 200px;"|AnalysisSettings||Gets or sets the analysis settings (e.g., life distribution, MLE or RRX method, etc.). Returns a [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] object array that contains the analysis settings for the data set. | |||
|- | |||
|BestFitSettings||Gets or sets the best fit settings | |||
|} |
Revision as of 16:22, 30 March 2016
Member of: SynthesisAPI
Represents a Weibull++ standard folio.
Constructor
Name | Description |
---|---|
WeibullDataSet | Creates an instance of the WeibullDataSet class. |
WeibullDataSet() | A parameterized contructor for the cModel class (VB.NET only???) |
Methods
Name | Description |
---|---|
AddFailure | xx |
AddFailureInterval | xx |
AddFreeForm | xx |
AddSuspension | xx |
AddSuspensionInterval | xx |
Calculate | xx |
CalculateBestFit | xx |
ClearDataSet | xx |
Properties
Name | Description |
---|---|
AnalysisSettings | Gets or sets the analysis settings (e.g., life distribution, MLE or RRX method, etc.). Returns a WeibullAnalysisOptions object array that contains the analysis settings for the data set. |
BestFitSettings | Gets or sets the best fit settings |