PyModalSplitPlugin.ModalSplitExperiment

class ModalSplitExperiment

Inheritance diagram of PyModalSplitPlugin.ModalSplitExperiment

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

A Modal Split Experiment. It holds variables that affect the internal models. They can be changed to calibrate a model.

An Experiment belongs to one, and only one, Scenario.

__init__()
getFunction()
Return type:

GKFunctionCost

Get the Discrete Choice function in the Modal Split experiment.

getModalSplitScenario()
Return type:

ModalSplitScenario

Get the Scenario to which the Modal Split experiment belongs.

getOutput()
Return type:

ModalSplitOutput

Get the output data of the Modal Split experiment.

setFunction(f)
Parameters:

fGKFunctionCost

Set the Discrete Choice function in the Modal Split experiment.

setOutput(output)
Parameters:

outputModalSplitOutput