ALTADataSet Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 18: Line 18:


{{Template:ALTADataSet.AddSuspension}}
{{Template:ALTADataSet.AddSuspension}}
{{Template:ALTADataSet.AddFailureInterval}}




*'''[[ALTADataSet.AddFailureInterval|AddFailureInterval]]''' {{APIComment|Adds a failure interval data point to the collection of data points in the data set.}}
*'''[[ALTADataSet.AddSuspensionInterval|AddSuspensionInterval]]''' {{APIComment|Adds a suspension interval data point to the collection of data points in the data set.}}
*'''[[ALTADataSet.AddSuspensionInterval|AddSuspensionInterval]]''' {{APIComment|Adds a suspension interval data point to the collection of data points in the data set.}}
*'''[[ALTADataSet.Calculate|Calculate]]''' {{APIComment|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.}}
*'''[[ALTADataSet.Calculate|Calculate]]''' {{APIComment|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.}}

Revision as of 22:51, 27 January 2014



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( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
  • AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
  • AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )


  • 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( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
  • AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
  • AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )


  • 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( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
  • AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
  • AddFailureInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )


  • 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.