ALTADataSet Class

From ReliaWiki
Revision as of 18:46, 3 September 2013 by John Leavitt (talk | contribs)
Jump to navigation Jump to search



Instantiate this class to be able to fit an ALTA model from your raw data.

Constructors

  • Sub New Creates a new class that can be used to fit a model from ALTA raw data.



Properties

  • DatasetName Gets or set the name of the data set.
  • GeneralSettings General settings used when fitting the model or finding the best fit.
  • AnalysisSettings Settings used when fitting the model.
  • FittedModel Model, fitted from the raw data. See cModel class for the list of its methods below.
  • FailureCount Total number of failures in the data set.
  • SuspensionCount Total number of suspensions in the data set.
  • NumStresses Returns the number of stresses in the data set.
  • StressRelation Returns the number of stresses in the data set.
  • UseStress Gets or sets use stress value for a particular stress. This value is used in subsequent calculations and plots.


Events

  • WeibullEvents Reference to a class that contains overridable methods for handling ALTA solver events.
  • New ALTAEvents Reference to a class that contains overridable methods for handling ALTA solver events



Methods