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 38: | Line 38: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
|style="width: 200px;"|AnalysisResults||Gets | |style="width: 200px;"|AnalysisResults||Gets properties from the '''[[WeibullAnalysisResults Class|WeibullAnalysisResults]]''' class, which stores the correlation coefficient (rho), likelihood ratio and percent non-zero (PNZ) values from the analysis. | ||
|- | |- | ||
|AnalysisSettings||Sets | |AnalysisSettings||Sets properties from the '''[[WeibullAnalysisOptions Class|WeibullAnalysisOptions]]''' class, which stores analysis settings (e.g., life distribution, MLE or RRX method, etc.) for the Calculate method. | ||
|- | |- | ||
|BestFitSettings||Sets | |BestFitSettings||Sets properties from the '''[[WeibullBestFitOptions Class|WeibullBestFitOptions]]''' class, which stores analysis settings for the CalculateBestFit method. | ||
|- | |- | ||
|Calculated||Gets the | |Calculated||Gets the xxx. '''Boolean''' | ||
|- | |- | ||
|FailureCount||Gets the total number of failures in the data set. '''Integer''' | |FailureCount||Gets the total number of failures in the data set. '''Integer''' | ||
Line 50: | Line 50: | ||
|FittedModel||Gets the '''[[cModel Class|cModel]]''' object that represents the fitted model from the life data analysis. | |FittedModel||Gets the '''[[cModel Class|cModel]]''' object that represents the fitted model from the life data analysis. | ||
|- | |- | ||
|GeneralSettings||Sets | |GeneralSettings||Sets properties from the '''[[WeibullGeneralOptions Class|WeibullGeneralOptions]]''' class, which stores additional analysis settings for both the Calculate and CalculateBestFit methods. | ||
|- | |- | ||
|SuspensionCount||Gets the total number of suspensions in the data set. '''Integer''' | |SuspensionCount||Gets the total number of suspensions in the data set. '''Integer''' | ||
Line 56: | Line 56: | ||
|UseCalculationProgress||Gets xxx. '''Boolean''' | |UseCalculationProgress||Gets xxx. '''Boolean''' | ||
|} | |} | ||
==See Also== | |||
* |
Revision as of 20:28, 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 |
---|---|
AnalysisResults | Gets properties from the WeibullAnalysisResults class, which stores the correlation coefficient (rho), likelihood ratio and percent non-zero (PNZ) values from the analysis. |
AnalysisSettings | Sets properties from the WeibullAnalysisOptions class, which stores analysis settings (e.g., life distribution, MLE or RRX method, etc.) for the Calculate method. |
BestFitSettings | Sets properties from the WeibullBestFitOptions class, which stores analysis settings for the CalculateBestFit method. |
Calculated | Gets the xxx. Boolean |
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. |
GeneralSettings | Sets properties from the WeibullGeneralOptions class, which stores additional analysis settings for both the Calculate and CalculateBestFit methods. |
SuspensionCount | Gets the total number of suspensions in the data set. Integer |
UseCalculationProgress | Gets xxx. Boolean |