ALTADataSet Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
This section contains the methods that a user might use to manipulate their ALTA data set. A user may use these methods to add columns, add stress profiles, add failures, add failure intervals, add suspension internals, calculate the data set, or clear the data set. This section should be configured after the data set has been created.
This section contains the methods that a user might use to manipulate their ALTA data set. A user may use these methods to add columns, add stress profiles, add failures, add failure intervals, add suspension internals, calculate the data set, or clear the data set. This section should be configured after the data set has been created.


*'''[[ALTADataSet.AddFailure|AddFailure]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.AddFailure|AddFailure]]''' {{APIComment|{{Template:ALTADataSet.AddFailure.Cmt}}}}
*'''[[ALTADataSet.AddFailureInterval|AddFailureInterval]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.AddFailureInterval|AddFailureInterval]]''' {{APIComment|{{Template:ALTADataSet.AddFailureInterval.Cmt}}}}
*'''[[ALTADataSet.AddStressDefinition|AddStressDefinition]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.AddStressDefinition|AddStressDefinition]]''' {{APIComment|{{Template:ALTADataSet.AddStressDefinition.Cmt}}}}
*'''[[ALTADataSet.AddStressProfile|AddStressProfile]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.AddStressProfile|AddStressProfile]]''' {{APIComment|{{Template:ALTADataSet.AddStressProfile.Cmt}}}}
*'''[[ALTADataSet.AddSuspension|AddSuspension]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.AddSuspension|AddSuspension]]''' {{APIComment|{{Template:ALTADataSet.AddSuspension.Cmt}}}}
*'''[[ALTADataSet.AddSuspensionInterval|AddSuspensionInterval]]'''{{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.AddSuspensionInterval|AddSuspensionInterval]]'''{{APIComment|{{Template:ALTADataSet.AddSuspensionInterval.Cmt}}}}
*'''[[ALTADataSet.Calculate|Calculate]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.Calculate|Calculate]]''' {{APIComment|{{Template:ALTADataSet.Calculate.Cmt}}}}
*'''[[ALTADataSet.ClearDataSet|ClearDataSet]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.ClearDataSet|ClearDataSet]]''' {{APIComment|{{Template:ALTADataSet.ClearDataSet.Cmt}}}}


== Properties  ==
== Properties  ==
Line 25: Line 25:
This section contains properties that a user may use to analyse the data set. The user may choose to have a data set name, have a count of failures, or set a life stress relationship.
This section contains properties that a user may use to analyse the data set. The user may choose to have a data set name, have a count of failures, or set a life stress relationship.


*'''[[ALTADataSet.AnalysisResults|AnalysisResults]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.AnalysisResults|AnalysisResults]]''' {{APIComment|{{Template:ALTADataSet.AnalysisResults.Cmt}}}}
*'''[[ALTADataSet.AnalysisSettings|AnalysisSettings]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.AnalysisSettings|AnalysisSettings]]''' {{APIComment|{{Template:ALTADataSet.AnalysisSettings.Cmt}}}}
*'''[[ALTADataSet.DatasetName|DatasetName]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.DatasetName|DatasetName]]''' {{APIComment|{{Template:ALTADataSet.DatasetName.Cmt}}}}
*'''[[ALTADataSet.FailureCount|FailureCount]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.FailureCount|FailureCount]]''' {{APIComment|{{ALTADataSet.FailureCount.Cmt}}}}
*'''[[ALTADataSet.FittedModel|FittedModel]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.FittedModel|FittedModel]]''' {{APIComment|{{Template:ALTADataSet.FittedModel.Cmt}}}}
*'''[[ALTADataSet.GeneralSettings|GeneralSettings]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.GeneralSettings|GeneralSettings]]''' {{APIComment|{{Template:ALTADataSet.GeneralSettings.Cmt}}}}
*'''[[ALTADataSet.NumStresses|NumStresses]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.NumStresses|NumStresses]]''' {{APIComment|{{Template:ALTADataSet.NumStresses.Cmt}}}}
*'''[[ALTADataSet.PlotUseStress|PlotUseStress]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.PlotUseStress|PlotUseStress]]''' {{APIComment|{{Template:ALTADataSet.PlotUseStress|PlotUseStress.Cmt}}}}
*'''[[ALTADataSet.StressRelation|StressRelation]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.StressRelation|StressRelation]]''' {{APIComment|{{Template:ALTADataSet.StressRelation.Cmt}}}}
*'''[[ALTADataSet.SuspensionCount|SuspensionCount]]''' {{APIComment|{{Template:New ALTADataSet.Cmt}}}}
*'''[[ALTADataSet.SuspensionCount|SuspensionCount]]''' {{APIComment|{{Template:ALTADataSet.SuspensionCount.Cmt}}}}


== Events  ==
== Events  ==

Revision as of 21:32, 29 January 2014



This page contains all constructors, methods, properties, parameters, and events for ALTADataset. This class can be used to fit an ALTA model from raw data.

Constructors

This section contains information on how to create a new ALTA folio.

  • New ALTADataSet Provides an application to create a new ALTADataSet class that represents the data to fit ALTA raw data. Use this to create a new ALTA data set.

Methods

This section contains the methods that a user might use to manipulate their ALTA data set. A user may use these methods to add columns, add stress profiles, add failures, add failure intervals, add suspension internals, calculate the data set, or clear the data set. This section should be configured after the data set has been created.

  • AddFailure Adds a failure time and associated stress level to the data set.
  • AddFailureInterval Adds a failure interval and associated stress level to the data set.
  • AddStressDefinition Adds a stress to the data set, using the specified name of the stress, the stress transformation (if any) and the use stress level.
  • AddStressProfile Makes an existing time-varying stress profile available for use in the analysis.
  • AddSuspension Adds a suspension and associated stress level to the data set.
  • AddSuspensionInterval Adds a suspension interval and associated stress level to the data set.
  • Calculate Fits the model (i.e., distribution and life-stress relationship) to the current data set using the settings specified in the AnalysisSettings property.
  • ClearDataSet Clears all data and stresses in the data set, and removes the fitted model, if any.

Properties

This section contains properties that a user may use to analyse the data set. The user may choose to have a data set name, have a count of failures, or set a life stress relationship.


This page contains all constructors, methods, properties, parameters, and events for ALTADataset. This class can be used to fit an ALTA model from raw data.

Constructors

This section contains information on how to create a new ALTA folio.

  • New ALTADataSet Provides an application to create a new ALTADataSet class that represents the data to fit ALTA raw data. Use this to create a new ALTA data set.

Methods

This section contains the methods that a user might use to manipulate their ALTA data set. A user may use these methods to add columns, add stress profiles, add failures, add failure intervals, add suspension internals, calculate the data set, or clear the data set. This section should be configured after the data set has been created.

  • AddFailure Adds a failure time and associated stress level to the data set.
  • AddFailureInterval Adds a failure interval and associated stress level to the data set.
  • AddStressDefinition Adds a stress to the data set, using the specified name of the stress, the stress transformation (if any) and the use stress level.
  • AddStressProfile Makes an existing time-varying stress profile available for use in the analysis.
  • AddSuspension Adds a suspension and associated stress level to the data set.
  • AddSuspensionInterval Adds a suspension interval and associated stress level to the data set.
  • Calculate Fits the model (i.e., distribution and life-stress relationship) to the current data set using the settings specified in the AnalysisSettings property.
  • ClearDataSet Clears all data and stresses in the data set, and removes the fitted model, if any.

Properties

This section contains properties that a user may use to analyse the data set. The user may choose to have a data set name, have a count of failures, or set a life stress relationship.

Events

This section allows the user to display events.

ALTAEvents contains only methods. To use events a user must inherit the class, override its methods and assign its instance to the Events property of an ALTA data set.

  • Events Reference to a class that contains overridable methods for handling ALTA solver events.
  • StressRelation Sets or gets the stress transformation of a particular stress, using the specified stress index.
  • SuspensionCount Returns the number of suspensions entered in the data set.

Events

This section allows the user to display events.

ALTAEvents contains only methods. To use events a user must inherit the class, override its methods and assign its instance to the Events property of an ALTA data set.

  • Events Reference to a class that contains overridable methods for handling ALTA solver events.