2
votes
1answer
34 views

Retrieve value from interpolated function

I am very new to python, and as a project I decided to write my Mathematica project in python to see how it works, hence the code is written in as close a style to Mathematica as possible. I am ...
4
votes
2answers
67 views

Is there universal if function in numpy?

I have three series. I need to do the following operation element-wise: Compare values from the first and second series. If first is larger take arc-sinus of the element from the third series. ...
0
votes
0answers
21 views

How to import a site-package from rJython?

I am trying to call some functions in openopt package for Python from R using the rJython package. I have the NumPy, SciPy, and OpenOpt installed for Python 2.7.4 on my 64 bit windows 7. Importing ...
-3
votes
1answer
25 views

Python: Determine assigned serial port my hardware connected to [closed]

Microcontroller interfacing with Windows PC via USB CDC creating virtual serial port. Windows assign port number randomly depend on availability, USB port and differs from computer to computer. The ...
2
votes
1answer
33 views

How does numpy.linalg.inv calculate the inverse of an orthogonal matrix?

I'm implementing a LinearTransformation class, which inherits from numpy.matrix and uses numpy.matrix.I to calculate the inverse of the transformation matrix. Does anyone know whether numpy checks ...
0
votes
1answer
51 views

What is the Python (numpy or scipy or Pandas) equivalent for R's adjboxStats function?

I do use R to get the outliers for data set and I do use this snippet in R and it works like it's advertised to! library("robustbase") adjboxStats(c(11232.1, 234.2, 3445532344.3, 34302.3, 203.9, ...
1
vote
0answers
73 views

Is this a bug of scipy RectBivariateSpline?

I am trying to do interpolation as below but the result is seemingly the result of a bug. I want to know if anyone had the same problem. img: input image (numpy ndrarray) of h-by-w img data looks ...
1
vote
1answer
62 views

Update initial condition in ODE solver each time step

I am wanting to solve a system of ODEs where for the first 30,000 seconds, I want one of my state variables to start from the same initial value. After those 30,000 seconds, I want to change the ...
3
votes
1answer
44 views

Vectorizing multiple vector-matrix multiplications in NumPy

I am having trouble figuring out how to arrange my axes so I can perform the following operations in a vectorized way. Essentially I have an array of vectors, an array of matrices, and I want to ...
0
votes
1answer
40 views

Residuals of Random Forest Regression (Python)

When using RandomForestRegressor from Sklearn, how do you get the residuals of the regression? I would like to plot out these residuals to check the linearity.
-1
votes
1answer
35 views

Install exe errors Scipy, MatPlotLib etc [closed]

I am trying to install some Python packages like matplotlib and scipy on my computer in Windows. I installed Python 3.3 the default way. It's located at C:/Python33 But some exe's say Python ...
2
votes
1answer
79 views

How can I use a Pandas data structure to calculate autocorrelation?

I have data in text files that I have successfully parsed into a MultiIndex pandas structure however I don't know if what I have will do what I want it to do. What I have is a lot of time series data ...
3
votes
1answer
57 views

Fourier transform / iterative deconvolution fitting in python using numpy/scipy

I would like to fit a fluorescent lifetime curve. These curves are given by the convolution of the instrument response function (IRF, assumed Gaussian) and a (multi) exponential decay: Where G is ...
2
votes
3answers
89 views

How to get euclidean distance on a 3x3x3 array in numpy

say I have a (3,3,3) array like this. array([[[1, 1, 1], [1, 1, 1], [0, 0, 0]], [[2, 2, 2], [2, 2, 2], [2, 2, 2]], [[3, 3, 3], [3, 3, 3], ...
1
vote
1answer
108 views

How to optimize time-stepping algorithm in python?

I have a piece of code which increments a time-step for the so-called Lorenz95 model (invented by Ed Lorenz in 1995). It's normally implemented as a 40-variable model, and displays chaotic behaviour. ...
3
votes
1answer
73 views

Find Unique Dates in Numpy Datetime Array

I have timeseries data (epoch, values) which i have transformed into (datetime, values), which is stored in Numpy arrays. Now i wish to find the indexes of the first row corresponding to a given day. ...
2
votes
1answer
43 views

Multiply all columns in a Pandas dataframe together

Is it possible to multiply all the columns in a Pandas.DataFrame together to get a single value for every row in the DataFrame? As an example, using df = pd.DataFrame(np.random.randn(5,3)*10) I ...
1
vote
2answers
63 views

scipy results linear interpolation results inconsistent

I need to perform linear interpolation on a data containing 'n' independent variables and a dependent variable. I am currently using scipy.interpolate.LinearNDInterpolator for performing the ...
0
votes
2answers
52 views

Parse a Pandas column to Datetime

I have a DataFrame with column named date. How can we convert/parse the 'date' column to a DateTime object? I loaded the date column from a Postgresql database using sql.read_frame(). An example of ...
1
vote
1answer
55 views

Error for my plot and calculation of FWHM

I found and copied this code to get the FWHM from Finding the full width half maximum of a peak (2nd to the last answer). My code below uses my own data. The plot generated looks wrong as my data ...
1
vote
1answer
64 views

OLS in Python with Dummy Variables - Best Solution?

I have a problem I am trying to solve in Python, and I have found multiple solutions (I think) but I am trying to figure out which one is the best. I am hoping to choose libraries that will be ...
1
vote
3answers
58 views

Double the length of a python numpy array with new values

I have an array of 5 numbers: A = [10, 20, 40, 80, 110] I need to create a new array with a 10nth length numbers. The extra numbers could be the average number between the two # of A. for ...
-1
votes
1answer
40 views

Plotting a Pandas DataSeries.GroupBy

I am new to python and pandas, and have the following DataFrame. How can I plot the DataFrame where each ModelID is a separate plot, saledate is the x-axis and MeanToDate is the y-axis? Attempt ...
1
vote
2answers
77 views

Something wrong with my fft() in python

I have a function I am supposed to plot the amplitude spectrum of between 10MHz and 11.4MHz. This is the function: cos(6.72*(10**7*t) + 3.2*sin(5*(10**5*t))) I know what the plot is supposed to ...
2
votes
1answer
49 views

Iterate over array of arrays with scipy.weave.inline

I have a numpy.ndarray of dtype object containing exclusively other arrays of different length. I have C code, that does some computations with the nested arrays, but I'm not sure how to grab the ...
2
votes
2answers
112 views

Pandas error: 'DataFrame' object has no attribute 'loc'

I am new to pandas and is trying the Pandas 10 minute tutorial with pandas version 0.10.1. However when I do the following, I get the error as shown below. print df works fine. Why is .loc not ...
0
votes
1answer
40 views

Bandpass filter not respecting cutoff

I'm using this filter in python: def bandpass_firwin(ntaps, lowcut, highcut, fs, window='hamming'): nyq = 0.5 * fs taps = firwin(ntaps, [lowcut, highcut], nyq=nyq, pass_zero=False, ...
0
votes
1answer
25 views

What does Grid_scores_ mean in Scikit-learn's GridSearchCV

After performing a grid search with sklearn.grid_search.GridSearchCV() on a linear_model.Ridge to find a suitable alpha, we can get the grid scores using clf.grid_scores_. What do the numbers in the ...
0
votes
1answer
22 views

numpy piecewise function claiming lists are not same size

I'm trying to write a function to pass a variable into a piecewise function, I have: def trans(a): np.piecewise(a, [(a<.05) & (a>=0), (a<.1) & (a>= .05), ...
1
vote
2answers
79 views

Python MemoryError when doing fitting with Scikit-learn

I am running Python 2.7 (64-bit) on a Windows 8 64-bit system with 24GB memory. When doing the fitting of the usual Sklearn.linear_models.Ridge, the code runs fine. Problem: However when using ...
1
vote
1answer
63 views

TypeError: unsupported operand type(s) for -: 'numpy.ndarray' and 'numpy.ndarray'

I am trying to calculate the Mean Squared Error of the predictions y_train_actual from my sci-kit learn model with the original values salaries. Problem: However with ...
2
votes
2answers
65 views

How many features can scikit-learn handle?

I have a csv file of [66k, 56k] size (rows, columns). Its a sparse matrix. I know that numpy can handle that size a matrix. I would like to know based on everyone's experience, how many features ...
0
votes
1answer
33 views

Enable Python to utilize all cores for fitting scikit-learn models

I'm running python 2.7 with ipython on Windows 8 64bit with a system that has 4 cores. When fitting a scikit-learn model, the CPU usage is 50%, 25% from python and 25% from Chrome. Why is chrome ...
3
votes
1answer
83 views

finding inflection points in spline fitted 1d data

I have some one dimensional data and fit it with a spline. Then I want to find the inflection points (ignoring saddle points) in it. Now I am searching the extrema of its first derivation by using ...
2
votes
1answer
57 views

Am I using scipy.linalg.solve_discrete_lyapunov correctly

I'm using scipy.linalg.solve_discrete_lyapunov to compute matrix P from MT PM - P = -Q where M = A - BK and Q = I (see below and also see Lyapunov Equation). However, for the computed P I get MT PM ...
2
votes
1answer
27 views

How can I define a vectroized function to make a list of 2 by 2 matrices?

I'm trying to define a function that return a 2 by 2 matrix. Specifically, I have: def f(d,n): return scipy.mat([[1,d/n],[0,1]]) This works fine when d and n are scalar input. But if d and n ...
5
votes
3answers
97 views

Speed up random matrix computation

I am creating random Toeplitz matrices to estimate the probability that they are invertible. My current code is import random from scipy.linalg import toeplitz import numpy as np for n in ...
2
votes
1answer
50 views

Variables in NumPy

In NumPy, I'm trying to represent differential equations of the form: y' = p(t)y + g(t), where p(t) is an nxn matrix and and g(t) is an nx1 matrix. Something like: y' = [[1,5], [2,1]] + [[e^t], [1]] ...
0
votes
1answer
34 views

Find the Most common term in Scikit-learn classifier [duplicate]

I'm following the example in Scikit learn docs where CountVectorizer is used on some dataset. Question: count_vect.vocabulary_.viewitems() lists all the terms and their frequencies. How do you sort ...
4
votes
2answers
97 views

Find out if matrix is positive definite with numpy

I need to find out if matrix is positive definite. My matrix is numpy matrix. I was expecting to find any related method in numpy library, but no success. I appreciate any help.
4
votes
2answers
144 views

Test if matrix is invertible over finite field

I would like to test if a particular type of random matrix is invertible over a finite field, in particular F_2. I can test if a matrix is invertible over the reals using the following simple code. ...
0
votes
1answer
33 views

how to use dorpi5 or dop853 in python

I have looked through scipy.integrate.ode but I am unable to find out how to actually use these integration methods, dorpi5 and dop853. Additionally, there was only one post on stackoverflow that I ...
1
vote
2answers
43 views

python numpy - optimize chisq function by removing explicit python loop?

I'm trying to evaluate a chi squared function, i.e. compare an arbitrary (blackbox) function to a numpy vector array of data. At the moment I'm looping over the array in python but something like this ...
1
vote
1answer
68 views

Blitz code produces different output

I want to use weave.blitz to improve the performance of the following numpy code: def fastIteration(self): g = self.grid nx,ny = g.ux.shape uxold = g.old_ux ux = g.ux ux[0:,1:-1] ...
1
vote
1answer
56 views

Is there a better function for finding edges on a list of common nodes?

I have a list of nodes and each node has measured the wifi field strength from other points. The list will be in the form: RSSI_list = [[node4, node3, RSSI], [node7, node5, RSSI]] #etc (it will be ...
4
votes
2answers
104 views

scipy: fast interpolation of regularly sampled 3D data with different intervals in x,y, and z

I have some volumetric imaging data consisting of values sampled on a regular grid in x,y,z, but with a non-cubic voxel shape (the space between adjacent points in z is greater than in x,y). I would ...
2
votes
2answers
67 views

Find geometry (shapes) from node cloud

I am working on some code that needs to recognize some fairly basic geometry based on a cloud of nodes. I would be interested in detecting: plates (simple bounded planes) cylinders (two node loops) ...
1
vote
0answers
59 views

Can scipy.optimize.brute() optimize vector functions?

Looking through the documentation of scipy.optimize.brute(), it is not clear to me whether it supports vector functions, and if so, how the range is specified for each coordinate. For example, ...
1
vote
1answer
78 views

minimum distance from an array [closed]

I followed this method from my other post [distance between a point and a curve[(find the distance between a point and a curve python) but something is wrong. The values aren't accurate. I plotted ...
0
votes
1answer
80 views

find the distance between a point and a curve python

How can I find the closet distance between my trajectory and (384400,0,0)? Also, how can I the distance from (384400,0,0) to the path at time t = 197465? I understand that the arrays have the data ...

1 2 3 4 5 23