Global ALTA: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global_ALTA| }} | {{Template:APIClass|Global_ALTA| }} | ||
{{Template:Global ALTA.Cmt}} To | {{Template:Global ALTA.Cmt}} To create plots, see [[Global Plots]]. | ||
Useful resource classes may be found in [[Global Resources]]. | Useful resource classes may be found in [[Global Resources]]. |
Revision as of 22:30, 5 February 2014
Access the analytical capabilities of an ALTA standard folio. To create plots, see Global Plots.
Useful resource classes may be found in Global Resources.
Classes
- ALTAAnalysisOptions ALTA solver analysis options. See AnalysisSettings to use settings to fit a model.
- ALTADataSet Provides the functionality of an ALTA standard folio, including entering data in a data set, specifying analysis settings and fitting a distribution and life-stress relationship to the data set.
- ALTAEvents all the event handlers that can be called by ALTADataSet. To use events, you must inherit the class, override its methods and assign its instance to the Events property of an ALTADataSet. ALTAEvents inheritance is not available in VB6/VBA.
- ALTAGeneralOptions This class describes various settings for the ALTADataSet's GeneralSettings.
- ALTAStressProfile
Enumerations
- ALTASolverDistribution Distributions available in ALTA
- ALTASolverLSR Life-stress relationships. Exponential--> None X = V. Arrhenius--> Reciprocal X = 1/V Logarithmic--> X = log(V) This needs StressRelation to be set.
- ALTASolverMethod Available ALTA solver analysis methods. This includes Maximum Likelihood Estimation (MLE).
- ALTASolverModel Available ALTA solver models.