Tagged Questions

13
votes
12answers
702 views

What’s the best approach to recognize patterns in data, and what’s the best way to learn more on the topic?

A developer I am working with is developing a program that analyzes images of pavement to find cracks in the pavement. For every crack his program finds, it produces an entry in a file that tells me …
3
votes
3answers
88 views

Getting the contents of a library interactively in R

Is there an equivalent of dir function (python) in R? When I load a library in R like - library(vrtest) I want to know all the functions that are in that library. In Python, dir(vrtest) would …
3
votes
2answers
220 views

How do you deal with missing data using numpy/scipy?

One of the things I deal with most in data cleaning is missing values. R deals with this well using its "NA" missing data label. In python, it appears that I'll have to deal with masked arrays which …
2
votes
2answers
59 views

How can I get the (x,y) values of the line that is ploted by a contour plot (matplotlib)?

Hello everybody, Is there an easy way to get the (x,y) values of a contour line that was plotted like this: import matplotlib.pyplot as plt x = [1,2,3,4] y = [1,2,3,4] m = …
2
votes
2answers
137 views

Data analysis tool like MS excel …

Hi all I have a large number of data that needs to be compared, We are using Microsoft EXCEL, it costs, and it is slow, besides the graph that it generates is also not up to the mark. Now, is their …
2
votes
3answers
125 views

Unit testing…should it be used here?

Duplicate: http://stackoverflow.com/questions/135651/learning-unit-testing I'm trying to develop some software for my research group to analyze and plot experimental data. I would like to make it …
2
votes
14answers
603 views

What is the object oriented programming computing overhead cost?

I have a large set of data (a data cube of 250,000 X 1,000 doubles, about a 4 gig file) and I want to manipulate it using a previous set of OOP classes I have written in Python. Currently the data …
1
vote
2answers
127 views

Find Lines in a cloud of points

Hi I have an array of Points. I KNOW that these points represent many lines in my page. How can I find them? Do I need to find the spacing between clouds of points? Thanks Jonathan
1
vote
4answers
139 views

How do I implement a real time *financial* statistics engine from SQL server data for dashboard display?

We currently use excel automation to calculate time series statistics and store the results in our SQL Server 2008 database for easy display/sorting/etc. later. I'm currently redesigning the home …
1
vote
1answer
159 views

Probability time series, observed data probabilities (deja vu)

okay folks...thanks for looking at this question. I remember doing the following below in college however I forgotten the exact solution. Any takers to steer in the right direction. I have a time …
1
vote
3answers
315 views

Python, ROOT, and MINUIT integration?

I'm a modest graduate student in a high energy particle physics department. With an unfounded distaste for C/C++ and a founded love of python, I have resorted to python for my data analysis so far …
1
vote
3answers
215 views

What’s the best interactive Analysis and Plotting Tool for software testing?

My realtime app generates a data log: 100 words of data @10Khz. I need to analyze it and produce some plots of the results. There are intermediate calculations involved - I need to take some …
0
votes
0answers
7 views

Displaying access log analysis

I'm doing some work to analyse the access logs from a Catalyst web application. The data is from the load balancers in front of the web farm and totals about 35Gb per day. It's stored in a Hadoop HDFS …
0
votes
3answers
22 views

How to get information form link clicks?

I am wondering how it is possible to get information from link clicks. For example, a user is logged in and clicks a link. Is it possible to record that information? Number of links clicked, which …
0
votes
1answer
61 views

What informataion analysis techniques are there for the qualitative analysis of user generated data?

There's a few algorithms we have for sorting data, finding the maximum and minimum, finding the shortest path between nodes etc. I've started looking into the qualitative analysis of user-generated …

1 2 next
15 30 50 per page