MODAAnalyzer
Parameters
the set of names representing the experiments or scenarios to be evaluated.
A specification of the name of the response, its associated weight, metric, and value function within a Set
the data to use for the analysis
Constructors
Properties
Functions
Returns a MODA model based on the average performance of the responses across the replications.
Changes or assigns the weights for the additive model. The keys to the map are the names of the responses. The values to the map are the weights. Each weight must be greater than 0.0
Returns a multiple comparison analyzer instance that permits the comparison of overall value for each alternative based on the MODA results. The returned result may be null if insufficient data exists to perform the analysis. There must be at least 2 alternative and there must be 2 or more observations for each alternative. The number of observations per alternative must also be the same.
Returns a map holding multiple comparison results for each response. The response values represent the values from the value function transformation. Thus, the MCB comparison is done on the value domains.
Returns a map holding multiple comparison results for each response. The key to the returned map is the response name. The associated multiple comparison analyzer represents the comparison for that response across all the experiments/alternatives. If insufficient data is available, then the response is not included.
Tabulate the rank frequencies for each alternative based on overall MODA value
Extracts the response performance as MODA values (i.e. after value function processing) The returned map of maps has the outer key as the experiment/alternative name. The associated inner map holds the response values for each replication by response name (key).
Computes and returns the raw replication values for the responses for each experiment/alternative. The returned map of maps has an outer key of the experiment/alternative name. The inner map has keys representing the named responses. The associated array contains the associated replication values of the response variable (within replication average, or ending counter value), a value for each replication.
Returns the results as a database holding MCBResultData, MCBIntervalData, MCBScreeningIntervalData, StatisticDataDb, and ObservationDataDb tables (tblMCBResults, tblStatistic, tblMCBIntervals,tblMCBScreeningIntervals, tblObservations).
Writes the basic asString() results to the PrintWriter.
Writes the basic asString() results to a file within the KSL output directory.