Package PyDSTool :: Module MProject
[hide private]
[frames] | no frames]

Module MProject

source code

Modelling project and associated classes.

For aiding model estimation using (hybrid) dynamical systems.

Robert Clewley, September 2007.

Classes [hide private]
  ModelLibrary
Store a set of related candidate model types, and within each, represent various relevant "dimensions" along which the model can be augmented structurally.
  GenTransform
Generator Transformer class.
  ModelTransform
Model Transformer class.
  ModelManager
Model management and repository class.
  feature
End users of concrete sub-classes provide (required) evaluate method and (optional) prepare, finish methods.
  feature_leaf
Abstract super-class for feature leaf nodes.
  feature_node
Abstract super-class for feature regular nodes (supporting sub-features).
  ql_feature_leaf
Qualitative feature (leaf node).
  qt_feature_leaf
Quantitative feature (leaf node).
  ql_feature_node
Qualitative feature (regular node).
  qt_feature_node
Quantitative feature (regular node).
  condition
Model context condition, made up of a boolean composition of wanted and unwanted features.
  context
A collection of related model interfaces that apply to a model.
  always_feature
Use this for a single vector field model that uses discrete event mappings.
  binary_feature
Use this as a binary switch feature, toggled by a given variable name 'varname' that is supplied in the pars dict at initialization.
  dsInterface
Generic and abstract interface class for dynamical systems.
  GeneratorInterface
Wrapper for Generator (for non-hybrid models) that shares similar API with ModelInterface for use in HybridModel objects.
  ModelInterface
Model constraints expressed as a uni-directional interface to another formal system model: - Made up of conditions imposed on the other system's test trajectory.
  intModelInterface
Interface providing internal evaluation criteria between models.
  extModelInterface
Interface from a trajectory of numerical data and test conditions providing external evaluation criteria for a model.
  MReg
Registry class for Model descriptors and instances in Model projects.
Functions [hide private]
 
extract_from_model(model) source code
 
process_raw_residual(raw_residual, weights) source code
Variables [hide private]
  _classes = ['GenTransform', 'ModelTransform', 'ModelManager', ...
  _functions = ['extract_from_model']
Variables Details [hide private]

_classes

Value:
['GenTransform',
 'ModelTransform',
 'ModelManager',
 'feature',
 'ql_feature_node',
 'ql_feature_leaf',
 'qt_feature_node',
 'qt_feature_leaf',
...