ALTADataSet Class

From ReliaWiki
Revision as of 21:28, 29 January 2014 by John Leavitt (talk | contribs)
Jump to navigation Jump to search



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.

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.