Top "Scipy" questions

SciPy is an open source library of algorithms and mathematical tools for the Python programming language.

Build wheel for a package (like scipy) lacking dependency declaration

I think it doesn't make a difference here but I'm using Python 2.7. So the general part of my question is …

python scipy pip virtualenv python-wheel
plus/minus operator for python ±

I am looking for a way to do a plus/minus operation in python 2 or 3. I do not know the …

python numpy scipy sympy
How to plot empirical cdf in matplotlib in Python?

How can I plot the empirical CDF of an array of numbers in matplotlib in Python? I'm looking for the …

python numpy statistics matplotlib scipy
Does Conda replace the need for virtualenv?

I recently discovered Conda after I was having trouble installing SciPy, specifically on a Heroku app that I am developing. …

python scipy virtualenv anaconda conda
Correct way to obtain confidence interval with scipy

I have a 1-dimensional array of data: a = np.array([1,2,3,4,4,4,5,5,5,5,4,4,4,6,7,8]) for which I want to obtain the 68% confidence interval (ie: …

python numpy scipy confidence-interval
How to check BLAS/LAPACK linkage in NumPy and SciPy?

I am builing my numpy/scipy environment based on blas and lapack more or less based on this walk through. …

python numpy scipy lapack blas
Fit a gaussian function

I have a histogram (see below) and I am trying to find the mean and standard deviation along with code …

python matplotlib scipy histogram curve-fitting
AttributeError: 'module' object (scipy) has no attribute 'misc'

I updated from ubuntu 12.04 to ubuntu 12.10 and the python module I have written suddenly no longer works with the error …

python scipy
Confusion between numpy, scipy, matplotlib and pylab

Numpy, scipy, matplotlib, and pylab are common terms among they who use python for scientific computation. I just learn a …

python numpy matplotlib scipy
scipy: savefig without frames, axes, only content

In numpy/scipy I have an image stored in an array. I can display it, I want to save it …

python image numpy matplotlib scipy