ALTADataSet Class: Difference between revisions
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) |
||
Line 4: | Line 4: | ||
== Constructors == | == Constructors == | ||
This section contains information on how to create a new ALTA folio. | |||
{{Template:ALTADataSet.NewALTADataSet}} | {{Template:ALTADataSet.NewALTADataSet}} | ||
== Methods == | == Methods == |
Revision as of 23:11, 27 January 2014
This page contains all constructors, methods, properties, parameters, and events for ALTADataset. Users may use this page to be able to fit an ALTA model from their raw data using Synthesis API.
Constructors
This section contains information on how to create a new ALTA folio. New ALTADataSet()
New ALTADataSet( ByVal Name As String )
Methods
AddStressDefinition( ByVal Name As String, Optional ByVal StressRelation As ALTASolverLSR = ALTASolverLSR.Exponential, Optional ByVal UseStress As Double = 1)
- 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( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
ALTADataSet.Calculate()
Creates a model from the raw data previously entered in the data set. Also sets the Fitted Model property if successful. Clears it (sets to Nothing) in case of an error.
ClearDataSet ()
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
This page contains all constructors, methods, properties, parameters, and events for ALTADataset. Users may use this page to be able to fit an ALTA model from their raw data using Synthesis API.
Constructors
This section contains information on how to create a new ALTA folio. New ALTADataSet()
New ALTADataSet( ByVal Name As String )
Methods
AddStressDefinition( ByVal Name As String, Optional ByVal StressRelation As ALTASolverLSR = ALTASolverLSR.Exponential, Optional ByVal UseStress As Double = 1)
- 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( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
ALTADataSet.Calculate()
Creates a model from the raw data previously entered in the data set. Also sets the Fitted Model property if successful. Clears it (sets to Nothing) in case of an error.
ClearDataSet ()
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.
This page contains all constructors, methods, properties, parameters, and events for ALTADataset. Users may use this page to be able to fit an ALTA model from their raw data using Synthesis API.
Constructors
This section contains information on how to create a new ALTA folio. New ALTADataSet()
New ALTADataSet( ByVal Name As String )
Methods
AddStressDefinition( ByVal Name As String, Optional ByVal StressRelation As ALTASolverLSR = ALTASolverLSR.Exponential, Optional ByVal UseStress As Double = 1)
- 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( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress() As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1 As Object )
- AddSuspensionInterval( ByVal StartValue As Double , ByVal EndValue As Double , ByVal NumberInGroup As Integer , ByRef Stress1, Stress2 As Object )
ALTADataSet.Calculate()
Creates a model from the raw data previously entered in the data set. Also sets the Fitted Model property if successful. Clears it (sets to Nothing) in case of an error.
ClearDataSet ()
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.