15.12.2012 Views

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Attributes<br />

d int number of dimensions<br />

n int number of datapoints<br />

Methods<br />

SciPy Reference Guide, Release 0.8.dev<br />

kde.evaluate(points) array<br />

evaluate the estimated pdf on a provided set of points<br />

kde(points) array<br />

same as kde.evaluate(points)<br />

kde.integrate_gaussian(mean, cov) float multiply pdf with a specified Gaussian and integrate over the<br />

whole domain<br />

kde.integrate_box_1d(low, high) float integrate pdf (1D only) between two bounds<br />

kde.integrate_box(low_bounds, float integrate pdf over a rectangular space between low_bounds and<br />

high_bounds)<br />

high_bounds<br />

kde.integrate_kde(other_kde) float integrate two kernel density estimates multiplied together<br />

For many more stat related functions install the software R and the interface package rpy.<br />

3.19 Image Array Manipulation and Convolution (<strong>scipy</strong>.stsci)<br />

3.19.1 Image Array manipulation Functions (<strong>scipy</strong>.stsci.image)<br />

average<br />

combine<br />

median<br />

minimum<br />

threshhold<br />

translate<br />

3.19.2 Image Array Convolution Functions (<strong>scipy</strong>.stsci.convolve)<br />

boxcar<br />

convolution_modes<br />

convolve<br />

convolve2d<br />

correlate<br />

correlate2d<br />

cross_correlate<br />

dft<br />

iraf_frame<br />

pix_modes<br />

3.20 C/C++ integration (<strong>scipy</strong>.weave)<br />

Warning: This documentation is work-in-progress and unorganized.<br />

3.19. Image Array Manipulation and Convolution (<strong>scipy</strong>.stsci) 697

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!