ALTADataSet Class

From ReliaWiki
Revision as of 15:47, 11 February 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


Provides Provides the functionality of an ALTA standard folio, including entering data in a data set, specifying analysis settings and fitting a distribution and life-stress relationship to the data set. To create plots, use the WAPlots class.

A usage example for this class is available here.

Constructors

  • ALTADataSet() Initializes a new instance of the ALTADataSet class with a system-supplied data set name.
  • ALTADataSet( ByVal Name As String ) Initializes a new instance of the ALTADataSet class with a specified data set name.

Parameters

Name: The name of the 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.

  • AnalysisResults Gets the likelihood function value that was estimated from the analysis.
  • AnalysisSettings Sets some of the control panel analysis settings for use with the ALTADataSet.Calculate method.
  • DatasetName Provides the ability to retrieve or set the name of the data set.
  • FailureCount Returns the failure count within an ALTA data set.
  • FittedModel Gets the fitted model from the accelerated life testing analysis.
  • GeneralSettings Sets some of the Application Setup calculation options that can apply to the ALTADataSet.Calculate method.
  • NumStresses Gets the total number of stresses in the data set.
  • PlotUseStress Sets or gets the use stress value of a particular stress for use in plots (not calculations), using the specified stress index.
  • 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.

  • ALTAEvents all the event handlers that can be called by ALTADataSet. To use events, you must inherit the class, override its methods and assign its instance to the Events property of an ALTADataSet. ALTAEvents inheritance is not available in VB6/VBA.