예제 #1
0
파일: CosineMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, "Cosine Map", "One-dimensional iterated map of a cosine function.")
예제 #2
0
 def __init__(self):
     Map.__init__(self, 'Tinkerbell Map', ' ')
예제 #3
0
파일: CuspMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Cusp Map', 'One-dimensional iterated map with a cusp-shaped maximum.')
예제 #4
0
 def __init__(self):
     Map.__init__(self, 'Kaplan-Yorke Map', 'A classically chaotic discrete map with a strange attractor introduced by Kaplan and Yorke in 1979.')
예제 #5
0
 def __init__(self):
     Map.__init__(self, 'Exponential Map', 'One-dimensional iterated map of an exponential function.')
예제 #6
0
파일: NeuronMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Neuron Map', 'Simplified model of spiking activity in biological neurons.')
예제 #7
0
파일: CubicMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, "Cubic Map", "One-dimensional iterated map of a cubic function.")
예제 #8
0
파일: StandardMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Standard Map', 'Area-preserving chaotic map from a square of width 2pi onto itself, modeling a kicked rotator.')
예제 #9
0
 def __init__(self):
     Map.__init__(self, "Gingerbread Map", " ")
예제 #10
0
파일: TentMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Tent Map', 'One-dimensional iterated map with the shape of a tent, behaves similar to the logistic map.')
예제 #11
0
파일: CircleMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Circle Map', 'A simplified model of the phase-locked loop in electronics.')
예제 #12
0
파일: SinaiMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Sinai Map', ' ')
예제 #13
0
파일: IkedaMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Ikeda Map', 'Plane-wave model of a bistable ring cavity introduced by Ikeda in 1979.')
예제 #14
0
파일: LogisticMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Logistic Map', 'Discrete-time population model demonstrating chaotic behavior, introduced by Robert May in 1976.')
예제 #15
0
파일: HenonMap.py 프로젝트: cmorgan/dypy
 def __init__(self):
     Map.__init__(self, 'Henon Map', '2-D iterated map modeling the Poincare section of the Lorenz model, introduced by Michel Henon in 1976.')