ShaiLearningPyDS

  1. Background
  2. Concepts
    1. Trajectories
    2. Variables, Auxiliary Variables, etc.


1. Background

2. Concepts

2.1. Trajectories

Most other tools out there use discrete samples for everything. At first blush, I completely missed the centrality of Trajectories to how PyDSTool was designed to be used. Arithmetic on time-series derived from models should be done with the trajectory objects and NOT with the data sampled from them.

2.2. Variables, Auxiliary Variables, etc.

Generators can't use auxiliary variables on the RHS of variables or other Aux variables. That's pretty confusing, and can be somewhat ameliorated using reuseterms (see UserDocumentation) and lots of function specifications. It gets really nasty if parameters of one flow should come from the variables of another flow. I'm working with Rob on some ideas to make this much easier.

last edited 2007-03-05 04:43:11 by ShaiRevzen