Talk:ALTADataSet 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> The methods and properties in this class allow you to define a dat…' |
Kate Racaza (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
<onlyinclude>Represents | <onlyinclude>Represents an ALTA standard folio. </onlyinclude> 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== | ==Constructor== | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 200px;"| | | style="width: 200px;"|ALTADataSet||Creates an instance of the ALTADataSet class. | ||
|- | |||
|ALTADataSet()||A parameterized constructor for the ALTADataSet class (VB.NET only) | |||
|} | |||
==Method== | |||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|[[ALTADataSet.AddFailure|AddFailure]]||Adds a failure time to the data set. | |||
|- | |||
|[[ALTADataSet.AddFailureInterval|AddFailureInterval]]||Adds interval censored failures to the data set. | |||
|- | |||
|[[ALTADataSet.AddStressDefinition|AddStressDefinition]]||xxx | |||
|- | |||
|[[ALTADataSet.AddStressProfile|AddStressProfile]]||xxx | |||
|- | |||
|[[ALTADataSet.AddSuspension|AddSuspension]]||Adds suspensions to the data set. | |||
|- | |||
|[[ALTADataSet.AddSuspensionInterval|AddSuspensionInterval]]||Adds interval censored suspensions to the data set. | |||
|- | |||
|[[ALTADataSet.Calculate|Calculate]]||xxx | |||
|- | |||
|[[ALTADataSet.ClearDataSet|ClearDataSet]]||xxx | |||
|} | |||
==Properties== | |||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|AnalysisResults|| | |||
|- | |||
|AnalysisSettings|| | |||
|- | |||
|Calculated|| | |||
|- | |||
|DatasetName|| | |||
|- | |||
|FailureCount|| | |||
|- | |||
|FittedModel|| | |||
|- | |||
|GeneralSettings|| | |||
|- | |||
|NumStresses|| | |||
|- | |||
|PlotUseStress|| | |||
|- | |||
|StressRelation|| | |||
|- | |||
|SuspensionCount|| | |||
|- | |||
|UseCalculationProgress|| | |||
Revision as of 17:45, 14 April 2016
![]() |
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 | |
| AnalysisSettings | |
| Calculated | |
| DatasetName | |
| FailureCount | |
| FittedModel | |
| GeneralSettings | |
| NumStresses | |
| PlotUseStress | |
| StressRelation | |
| SuspensionCount | |
| UseCalculationProgress |
