ALTADataSet Class

From ReliaWiki
Jump to navigation Jump to search



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

Constructors

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

Methods

  • AddStressDefinition Adds a stress definition (column). The number of stresses in subsequent calls to AddFailure, AddSuspension etc. must be equal to the number of stress definitions in the dataset.


  • AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
  • AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
  • AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )


  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )


  • AddFailureInterval Adds a failure interval data point to the collection of data points in the data set.
  • AddSuspensionInterval Adds a suspension interval data point to the collection of data points in the data set.
  • Calculate Fits a model from the raw data previously entered in the data set. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.
  • ClearDataSet Clears all data and fitted model. All analysis settings stay unchanged.

Properties

Public Property DatasetName As String

Public ReadOnly Property GeneralSettings As ALTAGeneralOptions

Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions

Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions

Public ReadOnly Property FittedModel As cModel

Public ReadOnly Property FailureCount As Integer

Public ReadOnly Property SuspensionCount As Integer

Public ReadOnly Property NumStresses As Integer



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

Constructors

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

Methods

  • AddStressDefinition Adds a stress definition (column). The number of stresses in subsequent calls to AddFailure, AddSuspension etc. must be equal to the number of stress definitions in the dataset.


  • AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
  • AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
  • AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )


  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )


  • AddFailureInterval Adds a failure interval data point to the collection of data points in the data set.
  • AddSuspensionInterval Adds a suspension interval data point to the collection of data points in the data set.
  • Calculate Fits a model from the raw data previously entered in the data set. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.
  • ClearDataSet Clears all data and fitted model. All analysis settings stay unchanged.

Properties

Public Property DatasetName As String

Public ReadOnly Property GeneralSettings As ALTAGeneralOptions

Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions

Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions

Public ReadOnly Property FittedModel As cModel

Public ReadOnly Property FailureCount As Integer

Public ReadOnly Property SuspensionCount As Integer

Public ReadOnly Property NumStresses As Integer

Template loop detected: Template:ALTADataSet.StressRelation

Template loop detected: Template:ALTADataSet.PlotUseStress

Public ReadOnly Property AnalysisResults As ALTAAnalysisResults
Settings are used when fitting the model. Returns an instance of a class containing values calculated during the analysis.


Events

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



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

Constructors

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

Methods

  • AddStressDefinition Adds a stress definition (column). The number of stresses in subsequent calls to AddFailure, AddSuspension etc. must be equal to the number of stress definitions in the dataset.


  • AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
  • AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
  • AddFailure( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )


  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
  • AddSuspension( ByVal Value As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )


  • AddFailureInterval Adds a failure interval data point to the collection of data points in the data set.
  • AddSuspensionInterval Adds a suspension interval data point to the collection of data points in the data set.
  • Calculate Fits a model from the raw data previously entered in the data set. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.
  • ClearDataSet Clears all data and fitted model. All analysis settings stay unchanged.

Properties

Public Property DatasetName As String

Public ReadOnly Property GeneralSettings As ALTAGeneralOptions

Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions

Public ReadOnly Property AnalysisSettings As WeibullAnalysisOptions

Public ReadOnly Property FittedModel As cModel

Public ReadOnly Property FailureCount As Integer

Public ReadOnly Property SuspensionCount As Integer

Public ReadOnly Property NumStresses As Integer

Template loop detected: Template:ALTADataSet.StressRelation

Template loop detected: Template:ALTADataSet.PlotUseStress

Public ReadOnly Property AnalysisResults As ALTAAnalysisResults
Settings are used when fitting the model. Returns an instance of a class containing values calculated during the analysis.


Events

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

Public ReadOnly Property AnalysisResults As ALTAAnalysisResults
Settings are used when fitting the model. Returns an instance of a class containing values calculated during the analysis.


Events

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