Talk:ALTADataSet Class/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 37: Line 37:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 200px;"|AnalysisResults||
| style="width: 200px;"|AnalysisResults||Gets an '''[[ALTAAnalysisResults_Class|ALTAAnalysisResults]]''' object that represents the likelihood function value estimated from the accelerated life testing data analysis.
|-
|-
|AnalysisSettings||
|AnalysisSettings||Gets an [[ALTAAnalysisOptions_Class|ALTAAnalysisOptions]] object that represents the analysis settings for the accelerated life testing data analysis.
|-
|-
|Calculated||
|Calculated||Indicates whether the data set has been analyzed. '''Boolean'''. Read only.
|-
|-
|DatasetName||
|DatasetName||Gets or sets the name of the data set. '''String'''. If no name has been specified, the default name is "Set 1."
|-
|-
|FailureCount||
|FailureCount|| Gets the total number of failures in the data set. '''Integer'''.
|-
|-
|FittedModel||
|FittedModel||Gets the '''[[cModel Class|cModel]]''' object that represents the fitted model of the accelerated life testing data analysis. From the cModel object, you can obtain results such as the reliability, mean time, failure rate, etc.
|-
|-
|GeneralSettings||
|GeneralSettings||Gets an [[ALTAGeneralOptions_Class|ALTAGeneralOptions]] object that represents miscellaneous analysis settings.
|-
|-
|NumStresses||
|NumStresses||Gets the total number of stresses in the data set. '''Integer'''.
|-
|-
|PlotUseStress||
|PlotUseStress||

Revision as of 19:06, 14 April 2016

APIWiki.png


Member of: SynthesisAPI


Represents an ALTA standard folio. The methods and properties in this class allow you to define a data set and fit a distribution and life-stress relationship to the data.

Constructor

Name Description
ALTADataSet Creates an instance of the ALTADataSet class.
ALTADataSet() A parameterized constructor for the ALTADataSet class (VB.NET only)


Method

Name Description
AddFailure Adds a failure time to the data set.
AddFailureInterval Adds interval censored failures to the data set.
AddStressDefinition xxx
AddStressProfile xxx
AddSuspension Adds suspensions to the data set.
AddSuspensionInterval Adds interval censored suspensions to the data set.
Calculate xxx
ClearDataSet xxx


Properties

Name Description
AnalysisResults Gets an ALTAAnalysisResults object that represents the likelihood function value estimated from the accelerated life testing data analysis.
AnalysisSettings Gets an ALTAAnalysisOptions object that represents the analysis settings for the accelerated life testing data analysis.
Calculated Indicates whether the data set has been analyzed. Boolean. Read only.
DatasetName Gets or sets the name of the data set. String. If no name has been specified, the default name is "Set 1."
FailureCount Gets the total number of failures in the data set. Integer.
FittedModel Gets the cModel object that represents the fitted model of the accelerated life testing data analysis. From the cModel object, you can obtain results such as the reliability, mean time, failure rate, etc.
GeneralSettings Gets an ALTAGeneralOptions object that represents miscellaneous analysis settings.
NumStresses Gets the total number of stresses in the data set. Integer.
PlotUseStress
StressRelation
SuspensionCount
UseCalculationProgress