This is an archival dump of old wiki content --- see scipy.org for current material.
Please see http://scipy-cookbook.readthedocs.org/

Results 26 - 45 of 45 results out of about 490 pages. (0.20 seconds)

Cookbook/Theoretical_Ecology . . . 2 matches
...- [[Cookbook/Theoretical_Ecology/Hastings_and_Powell| Chaos in a 3-Species Food-Chain]]...

0.1k - rev: 2 (current) last modified: 2015-10-24 17:48:23

Cookbook/SphericalBesselZeros . . . 2 matches
...f the spherical Bessel function of order 5 (and the derivative of (r*J5(r))), using [[Cookbook/Matplotlib| matplotlib]]. {{{#!python numbers=disable #! /usr/bin/env python ### re...

2.8k - rev: 18 (current) last modified: 2015-10-24 17:48:24

Cookbook/SignalSmooth . . . 2 matches
...h.py]] contains a version of this script with some stylistic cleanup. = See Also = [[Cookbook/FiltFilt]] which can be used to smooth the data by low-pass filtering and does not de...

4.3k - rev: 12 (current) last modified: 2015-10-24 17:48:23

Cookbook/OldMatplotlib . . . 2 matches
...See also the [http://www.scipy.org/documentation/plottutorial.html old version]. * [[Cookbook/Matplotlib/mplot3D|3D Plotting with Matplotlib]]. Simple 3D plots using matplotlib an...

0.4k - rev: 3 (current) last modified: 2015-10-24 17:48:23

Cookbook/FortranIO . . . 2 matches
...here are a large number of possible combinations that may be seen in the wild. The [[Cookbook/FortranIO/FortranFile|FortranFile]] class can deal with a great many of these. The f...

2.6k - rev: 5 (current) last modified: 2015-10-24 17:48:25

Cookbook/GameOfLifeStrides . . . 1 match
= Stride tricks for the Game of Life = This is similar to [[../SegmentAxis|Segment axis]], but for 2D arrays with 2D windows. The Game of Life is a cellular automaton devised by

1.8k - rev: 4 (current) last modified: 2015-10-24 17:48:23

Getting_Started . . . 4 matches
...{{{ #!figure #class right ## Snazzy graphics here... [[ImageLink(mplscreenshotsm.png,Cookbook/OptimizationDemo1)]] [:Cookbook/OptimizationDemo1: SciPy optimization example]. }}} Th...

12.7k - rev: 66 (current) last modified: 2015-10-24 17:48:26

SciPy . . . 3 matches
...gure #class right ## Snazzy graphics here... [[ImageLink(NumPyOptimizationSmallsm.png,Cookbook/OptimizationDemo1)]] [:Cookbook/OptimizationDemo1: SciPy optimization on Ubuntu Linu...

4.0k - rev: 277 (current) last modified: 2015-10-24 17:48:27

Weave . . . 2 matches
...) for solving Laplace's equation. These are compared with code written in C++. * [[Cookbook/Weave]] Some cookbook examples of using low level Numpy C-API If you have scipy inst...

3.3k - rev: 15 (current) last modified: 2015-10-24 17:48:26

Plotting_Tutorial . . . 2 matches
...ght.com/projects/mayavi/|Mayavi]]. For more examples you may want to check out the [[Cookbook/Matplotlib| Matplotlib Cookbook]] and the official matplotlib tutorial at http://matp...

2.8k - rev: 13 (current) last modified: 2015-10-24 17:48:26

ParallelProgramming . . . 2 matches
...an do multithreading with little effort, and in these cases it can be worth it. See [[Cookbook/Multithreading]] for one example. [[http://code.activestate.com/recipes/576519/|This ...

10.1k - rev: 15 (current) last modified: 2015-10-24 17:48:24

AlbertStrasheim . . . 2 matches
...epage: http://albert.bagasie.com/ * Thesis page: http://students.ee.sun.ac.za/~albert/ = Documentation = * [[Cookbook/C_Extensions]] * [[Cookbook/Ctypes]] ---- CategoryHomepage...

0.2k - rev: 3 (current) last modified: 2015-10-24 17:48:23

SciPyPackages/NumExpr . . . 1 match
...itten by DavidCooke, and extended to more types by TimHochberg. == See also == * [[Cookbook/Autovectorize]] * [[http://thread.gmane.org/gmane.comp.python.numeric.general/17266/...

4.1k - rev: 8 (current) last modified: 2015-10-24 17:48:24

PerformanceTips . . . 1 match
...hon code can be too slow. Possible solutions can be obtained via: * hand-written [[Cookbook/C_Extensions| C extensions]] * psyco * pyrex * ctypes * f2py * weave * swig * ...

5.9k - rev: 18 (current) last modified: 2015-10-24 17:48:23

PauGargallo/Interpolation . . . 1 match
...{{attachment:visual_test.png}} Look at [[Cookbook/Interpolation]] before reading this. !SciPy probably has the interpolation functions you need. Here are some '''homemade''' inte...

5.5k - rev: 6 (current) last modified: 2015-10-24 17:48:23

NumPyProConDiscussion . . . 1 match
... make a task-oriented ScientificCalculationHowto much easier to write (although the [[Cookbook]] is a good start) == UI == * For the command-line Linux wonks, the UI seems quit...

8.3k - rev: 22 (current) last modified: 2015-10-24 17:48:24

LaurentPerrinet . . . 1 match
... * http://www.incm.cnrs-mrs.fr/LaurentPerrinet/ScientificPython * RecentChanges * [[Cookbook/Matplotlib/LoadImage]] * [[SciPyPackages/Ndimage]] ---- CategoryHomepage...

0.2k - rev: 6 (current) last modified: 2015-10-24 17:48:24

KalmanFilterLinearDetailed . . . 1 match
...lch/kalman/kalmanIntro.html|paper]] mentioned in the introduction, and in the other [[Cookbook/KalmanFiltering|Kalman Filtering]] example. == SysTank Experiment == !SysTank model...

4.6k - rev: 16 (current) last modified: 2015-10-24 17:48:23

FAQ . . . 1 match
...he numpy.ma module, and continue the cross-platform Numeric/numarray tradition. See [[Cookbook/Matplotlib/Plotting_values_with_masked_arrays]] for example, to avoid plotting missin...

27.8k - rev: 56 (current) last modified: 2015-10-24 17:48:25

Developer_Zone/Recipes . . . 1 match
...laceholder for recipes under development that may not be ready for placement in the [[Cookbook]] or [[Documentation]] sections yet. Pages currently incubating: <<Navigation(child...

0.2k - rev: 5 (current) last modified: 2015-10-24 17:48:23

Previous 1 2