forked from china-testing/python-api-tesing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (14 loc) · 602 Bytes
/
README
File metadata and controls
19 lines (14 loc) · 602 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NumPy Beginner's Guide
Chapter 10 When Numpy is not enough: Scipy and beyond
The example code requires SciPy and Matplotlib.
Run the code examples with
python <name of script>
frequencies.py Demonstrates FFT transforms.
gaussquad.py Demonstrates numerical integration.
images.py Demonstrates image manipulation.
optfit.py Demonstrates optimization.
pair.py Demonstrates two samples statistical tests.
scipyio.py Demonstrates Matlab/Octave interoperability.
sincinterp.py Demonstrates interpolation.
statistics.py Demonstrates statistical functionality.
trend.py Demonstrates the detrend function.