ALTAAnalysisOptions Class: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) m (moved ALTAAnalysisOptions to ALTAAnalysisOptions Class) |
Albert Szeto (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global_ALTA Class|Global_ALTA}} | {{Template:APIClass|Global_ALTA Class|Global_ALTA}} | ||
== | == Properties == | ||
:{{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 | :{{APIPrefix|Public}}{{APIName|SortBeforeCalculations}}{{APIPrefix|As Boolean}} | ||
{{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.