Talk:WeibullDataSet Class/Notes: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 28: | Line 28: | ||
|[[WeibullDataSet.Calculate|Calculate]]||xx | |[[WeibullDataSet.Calculate|Calculate]]||xx | ||
|- | |- | ||
|[[WeibullDataSet.CalculateBestFit|CalculateBestFit]]||xx | |[[WeibullDataSet.CalculateBestFit|CalculateBestFit]]||xx - Determines the best distribution for a data set, based on the settings specified in the BestFitSettings property. Provides similar functionality to the Distribution Wizard in the Weibull++ application. --what does it return??? | ||
|- | |- | ||
|[[WeibullDataSet.ClearDataSet|ClearDataSet]]||xx | |[[WeibullDataSet.ClearDataSet|ClearDataSet]]||xx | ||
|- | |- | ||
|} | |||
==Properties== | |||
{| {{APITable}} | |||
|- | |||
|style="width: 200px;"|Calculated||Gets the | |||
|- | |||
|FailureCount||Gets the total number of failures in the data set. '''Integer''' | |||
|- | |||
|FittedModel||Gets the '''[[cModel Class|cModel]]''' object that represents the fitted model from the life data analysis. | |||
|- | |||
|SuspensionCount||Gets the total number of suspensions in the data set. '''Integer''' | |||
|- | |||
|UseCalculationProgress||Gets xxx. '''Boolean''' | |||
|} | |} | ||
== | ===<span style="color:#585858">Fields</span>=== | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
|style="width: 200px;"|AnalysisSettings|| | |style="width: 200px;"|AnalysisResults||Gets the [[WeibullAnalysisResults Class|WeibullAnalysisResults]] object array, which contains the correlation coefficient (rho), likelihood ratio and percent non-zero (PNZ) values from the analysis. | ||
|- | |||
|AnalysisSettings||Sets the properties of the [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] object array, which contains the analysis settings (e.g., life distribution, MLE or RRX method, etc.) for the Calculate method. | |||
|- | |||
|BestFitSettings||Sets the properties of the [[WeibullBestFitOptions Class|WeibullBestFitOptions]] object array, which contains the analysis settings for the CalculateBestFit method. | |||
|- | |- | ||
| | |GeneralSettings||Sets the properties for the [[WeibullGeneralOptions Class|WeibullGeneralOptions]] object array, which contains additional settings for both the Calculate and CalculateBestFit methods. | ||
|} | |} |
Revision as of 18:32, 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 - Determines the best distribution for a data set, based on the settings specified in the BestFitSettings property. Provides similar functionality to the Distribution Wizard in the Weibull++ application. --what does it return??? |
ClearDataSet | xx |
Properties
Name | Description |
---|---|
Calculated | Gets the |
FailureCount | Gets the total number of failures in the data set. Integer |
FittedModel | Gets the cModel object that represents the fitted model from the life data analysis. |
SuspensionCount | Gets the total number of suspensions in the data set. Integer |
UseCalculationProgress | Gets xxx. Boolean |
Fields
Name | Description |
---|---|
AnalysisResults | Gets the WeibullAnalysisResults object array, which contains the correlation coefficient (rho), likelihood ratio and percent non-zero (PNZ) values from the analysis. |
AnalysisSettings | Sets the properties of the WeibullAnalysisOptions object array, which contains the analysis settings (e.g., life distribution, MLE or RRX method, etc.) for the Calculate method. |
BestFitSettings | Sets the properties of the WeibullBestFitOptions object array, which contains the analysis settings for the CalculateBestFit method. |
GeneralSettings | Sets the properties for the WeibullGeneralOptions object array, which contains additional settings for both the Calculate and CalculateBestFit methods. |