Questions tagged as 'scipy'

1
answer

Sublime Text 2 build gives a different result from iPython on the command line

I'm trying to migrate to Sublime Text 2 and do everything without leaving the program. Before I ran a script with the following line: from scipy.stats import beta, bernoulli, gaussian_kde No shell within iPithon the command ru...
asked by 08.03.2014 / 17:55
1
answer

How to use the statistical distributions of scipy and matplot through array

Hello, I need to plot graphs of some statistical distributions using python3, so I checked the scipy documentation from there, after making some changes to my needs, I got the following code to perform a normal distribution: valor = [1,2,3,4,5...
asked by 30.04.2017 / 01:13
1
answer

Python Interpolate Txt

Good evening, I recently started the program in python because of an elective that I have at university, but my knowledge is still minimal. My teacher gave a job to do where I should create a code that read a table Precos.txt like this: 1, 69...
asked by 20.02.2017 / 22:58
1
answer

Problem installing SciPy

I'm having trouble installing scipy through pycharm and pip, I'm taking the following considerations when installing SciPy 1 - Compatible with python 3.6 2 - In pip pip the command "pip install scipy" 3 -...
asked by 13.08.2017 / 19:55
1
answer

Difference between maxiter and maxfun parameters in function fmin_l_bfgs_b

No function help : maxfun : int Maximum number of function evaluations. maxiter : int Maximum number of iterations. But what is the maximum number of iterations and the function evaluation number? For me, the number of iterations was di...
asked by 03.05.2017 / 14:54
1
answer

Obtaining numerical values of mathematical graphs with python

If you have a data file that allows you to plot a 2d graph (straight line, parabola, a conic), is it possible, starting from the graphic image to extract the numeric values that generated it? Is there a package or technique in python that allows...
asked by 17.02.2016 / 22:01
3
answers

How to install scipy libraries in python?

I tried to install using the WinPython program, but when importing the library an error occurred: "> > from scipy.optimize import curve_fit Traceback (most recent call last):   File "", line 1, in     from scipy.optimize import curve...
asked by 21.07.2015 / 17:07
0
answers

How can I trace a real-time spectrogram by reading data from an ADC like the "MCP3008" connected to the GPIO of Raspberry?

My idea is to read data from an ADC like the MCP3008 connected to the Rasperry GPIO, from the readings plotting a real-time graph of the signal processed by a FFT (fourrier rapid transform) or STFT (transformed short of fourrier) Example...
asked by 07.06.2017 / 19:43