ALTADataSet Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
=== Constructors ===
=== Constructors ===


*'''[[Sub New]]''' {{Font|Creates a new class that can be used to fit a model from Weibull raw data. |10|verdana|italic|green}}
*'''[[Sub New]]''' {{APIComment|Creates a new class that can be used to fit a model from ALTA raw data.}}


<br>  
<br>  
Line 11: Line 11:
<br>
<br>
=== Properties  ===
=== Properties  ===
*'''[[DatasetName]]''' {{Font|Gets or set the name of the data set.|10|verdana|italic|green}}
*'''[[DatasetName]]''' {{APIComment|Gets or set the name of the data set.}}
*'''[[GeneralSettings]]''' {{Font|General settings used when fitting the model or finding the best fit.|10|verdana|italic|green}}
*'''[[GeneralSettings]]''' {{APIComment|General settings used when fitting the model or finding the best fit.}}
*'''[[AnalysisSettings]]''' {{Font|Settings used when fitting the model.|10|verdana|italic|green}}
*'''[[AnalysisSettings]]''' {{APIComment|Settings used when fitting the model.}}
*'''[[BestFitSettings]]''' {{Font|Settings used when fitting the model or finding the best fit.|10|verdana|italic|green}}
*'''[[FittedModel]]''' {{APIComment|Model, fitted from the raw data. See cModel class for the list of its methods below.}}
*'''[[FittedModel]]''' {{Font|Model, fitted from the raw data. See cModel class for the list of its methods below.|10|verdana|italic|green}}
*'''[[FailureCount]]''' {{APIComment|Total number of failures in the data set.}}
*'''[[FailureCount]]''' {{Font|Total number of failures in the data set.|10|verdana|italic|green}}
*'''[[SuspensionCount]]''' {{APIComment|Total number of suspensions in the data set.}}
*'''[[SuspensionCount]]''' {{Font|Total number of suspensions in the data set.|10|verdana|italic|green}}
*'''[[NumStresses]]''' {{APIComment|Returns the number of stresses in the data set.}}
*'''[[StressRelation]]''' {{APIComment|Returns the number of stresses in the data set.}}
*'''[[UseStress]]''' {{APIComment|Gets or sets use stress value for a particular stress. This value is used in subsequent calculations and plots.}}
 
 
 
== Events  ==
*'''[[WeibullEvents]]''' {{APIComment|Reference to a class that contains overridable methods for handling ALTA solver events.}}
*'''[[New ALTAEvents]]''' {{APIComment|Reference to a class that contains overridable methods for handling ALTA solver events}}




<br>


<br>


== Events  ==
*'''[[WeibullEvents]]''' {{Font|Reference to a class that contains overridable methods for handling Weibull solver events.|10|verdana|italic|green}}
*'''[[New WeibullEvents]]''' {{Font|Reference to a class that contains overridable methods for handling Weibull solver events.|10|verdana|italic|green}}
<br>


<br>
== Methods  ==
== Methods  ==
*'''[[ClearDataSet]]''' {{Font|Clears all data and fitted model. All analysis settings stay unchanged.|10|verdana|italic|green}}
*'''[[ClearDataSet]]''' {{APIComment|Clears all data and fitted model. All analysis settings stay unchanged.}}
*'''[[AddFailure]]''' {{Font|Adds a failure data point to the collection of data points in the data set.|10|verdana|italic|green}}
*'''[[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 data set.}}
*'''[[AddSuspension]]''' {{Font|Adds a suspension data point to the collection of data points in the data set.|10|verdana|italic|green}}
*'''[[NumStresses]]''' {{APIComment|Returns the number of stresses in the data set.}}
*'''[[AddFailureInterval]]''' {{Font|Adds a failure interval data point to the collection of data points in the data set.|10|verdana|italic|green}}
*'''[[StresRelation]]''' {{APIComment|Sets or returns life-stress relationship for a particular stress.}}
*'''[[AddSuspensionInterval]]''' {{Font|Adds a suspension interval data point to the collection of data points in the data set.|10|verdana|italic|green}}
*'''[[UseStress]]''' {{APIComment|Sets or returns use stress value for a particular stress. This value is used in subsequent calculations and plots.}}
*'''[[AddFreeForm]]''' {{Font|Adds a free-form data point to the collection of data points in the data set.|10|verdana|italic|green}}
*'''[[AddStressProfile]]''' {{APIComment|Adds a stress profile to the data set. It then can be used as a stress for Cumulative Damage model.}}
*'''[[Calculate]]''' {{Font|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.|10|verdana|italic|green}}
*'''[[AddFailure Stress()]]''' {{APIComment|Adds a failure data point to the collection of data points in the data set.}}
*'''[[CalculateBestFit]]''' {{Font|Finds the distribution that fits the data best. Sets FittedModel property if successful. Clears it (sets to Nothing) in case of an error.|10|verdana|italic|green}}
*'''[[AddFailure Stress1]]''' {{APIComment|Adds a failure data point to the collection of data points in the data set.}}
*'''[[AddFailure Stress1,Stress2]]''' {{APIComment|Adds a failure data point to the collection of data points in the data set.}}
*'''[[AddSuspension Stress()]]''' {{APIComment|Adds a suspension data point to the collection of data points in the data set.}}
*'''[[AddSuspension Stress1]]''' {{APIComment|Adds a suspension data point to the collection of data points in the data set.}}
*'''[[AddSuspension Stress1,Stress2]]''' {{APIComment|Adds a suspension data point to the collection of data points in the data set.}}
*'''[[AddFailureInterval Stress ()]]''' {{APIComment|Adds a failure interval data point to the collection of data points in the data set.}}
*'''[[AddFailureInterval Stress1]]''' {{APIComment|Adds a failure interval data point to the collection of data points in the data set.}}
*'''[[AddFailureInterval Stress1,Stress2]]''' {{APIComment|Adds a failure interval data point to the collection of data points in the data set.}}
*'''[[AddSuspensionInterval Stress()]]''' {{APIComment|Adds a suspension interval data point to the collection of data points in the data set.}}
*'''[[AddSuspensionInterval Stress1]]''' {{APIComment|Adds a suspension interval data point to the collection of data points in the data set.}}
*'''[[AddSuspensionInterval Stress1,Stress2]]''' {{APIComment|Adds a suspension interval data point to the collection of data points in the data set.}}
*'''[[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 18:46, 3 September 2013



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