Home | Trees | Indices | Help |
|
---|
|
1 from PyDSTool import * 2 from PyDSTool.Toolbox import * 3 from time import clock 4 5 # -------------------------------------------------------------------------- 6 # Helper functions 7 # --------------------------------------------------------------------------9 return 1.0 / ( 1.0 + Exp( ( vo - theta ) / k ) )10 13 1416 return 1.0 / ( 1.0 + Exp( -( vo + theta ) / k ) )17 20 23 26
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:26 2012 | http://epydoc.sourceforge.net |