ALTAAnalysisOptions Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_ALTA Class|Global_ALTA}}
{{Template:APIClass|Global_ALTA Class|Global_ALTA}}
== Syntax==
== Properties ==
 
{{APIPrefix|Public Class}}
{{APIName|ALTAAnalysisOptions}}
:{{APIPrefix|Public}}{{APIName|ModelType}}{{APIPrefix|As}}{{APIName|ALTASolverModel}}={{APIName|ALTASolverModel.Arrhenius}}
:{{APIPrefix|Public}}{{APIName|ModelType}}{{APIPrefix|As}}{{APIName|ALTASolverModel}}={{APIName|ALTASolverModel.Arrhenius}}
:{{APIPrefix|Public}}{{APIName|Distribution }}{{APIPrefix|As}}{{APIName|ALTASolverDistribution}}={{APIName|ALTASolverDistribution.Weibull}}
:{{APIPrefix|Public}}{{APIName|Distribution }}{{APIPrefix|As}}{{APIName|ALTASolverDistribution}}={{APIName|ALTASolverDistribution.Weibull}}
:{{APIPrefix|Public}}{{APIName|Analysis}}{{APIPrefix|As}}{{APIName|ALTASolverMethod}}={{APIName|ALTASolverMethod.MLE}}
:{{APIPrefix|Public}}{{APIName|Analysis}}{{APIPrefix|As}}{{APIName|ALTASolverMethod}}={{APIName|ALTASolverMethod.MLE}}
:{{APIPrefix|Public}}{{APIName|UngroupGroupedData }}{{APIPrefix|As Boolean}}
:{{APIPrefix|Public}}{{APIName|UngroupGroupedData }}{{APIPrefix|As Boolean}}
:{{APIPrefix|Public}}{{APIName|SortBeforeCalculations}}{{APIPrefix|As Bolean}}
:{{APIPrefix|Public}}{{APIName|SortBeforeCalculations}}{{APIPrefix|As Boolean}}
{{APIPrefix|End Enum}}


{{APIComment|ALTA solver analysis options.}}
{{APIComment|ALTA solver analysis options.}}

Revision as of 23:53, 24 September 2013


Properties

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 Boolean

ALTA solver analysis options.