ALTAAnalysisOptions Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|GlobalStuff ALTA Class|GlobalStuff ALTA}} == Declaration == {{APIPrefix|Public Class}} {{APIName|ALTAAnalysisOptions}} :{{APIPrefix|Public}}{{APIName|Model…')
 
No edit summary
Line 1: Line 1:
{{Template:APIClass|GlobalStuff ALTA Class|GlobalStuff ALTA}}
{{Template:APIClass|Global_ALTA Class|Global_ALTA}}


== Declaration  ==
== Declaration  ==

Revision as of 18:21, 19 September 2013



Declaration

Public Class ALTAAnalysisOptions

Public ModelType As ALTASolverModel = ALTASolverModel.Arrhenius
Public Distribution As ALTASolverDistribution = ALTASolverDistribution.Weibull
Public Analysis As ALTASolverMethod = ALTASolverMethod.MLE
Public UngroupGroupedData As Boolean
Public SortBeforeCalculations As Bolean

End Enum

ALTA solver analysis options.