Top "Analysis" questions

Analysis is the process of searching code, documents, or data to answer a particular question or predict a particular result.

Prestashop compared to Zen-Cart and osCommerce

I'm considering Prestashop for a new project. It seems to be younger than Zen-Cart and osCommerce. Since I just found …

comparison analysis oscommerce prestashop zen-cart
Showing an image with pylab.imshow()

I'm relatively new to all this and I started to do the tutorial on image analysis here: http://www.pythonvision.…

image matplotlib analysis
Reccurrence T(n) = T(n^(1/2)) + 1

I've been looking at this reccurrence and wanted to check if I was taking the right approach. T(n) = T(…

algorithm math big-o analysis recurrence
How do I Use Pivot Tables to Create One Line Per Sub Category

Forgive me if this is not the "the best" place to ask excel questions. I looked at the data analysis …

excel charts analysis pivot-table
Audio analysis to detect human voice, gender, age and emotion -- any prior open-source work done?

Is there prior open-source work done in the field of 'Audio analysis' to detect human-voice (say in spite of some …

speech-recognition analysis speech emotion
What are a posteriori and a priori analyses of algorithm operations?

I am a new developer. Please help me understand what a posteriori and a priori analyses of algorithm operations are. …

algorithm analysis methodology
How to open root files (ROOT Framework)

How to open .root file in C++ code ? and read and print parameter from .root file using C++ code on …

file frameworks analysis root-framework
Algorithms for determining the key of an audio sample

I am interested in determining the musical key of an audio sample. How would (or could) an algorithm go about …

algorithm audio analysis sampling audio-processing
Difference between average case and amortized analysis

I am reading an article on amortized analysis of algorithms. The following is a text snippet. Amortized analysis is similar …

algorithm analysis
C++, Eclipse CDT code analysis?

Are there any good plugins for static code analysis for Eclipse CDT? I found two so far: Cppcheck plugin, but …

c++ eclipse static analysis eclipse-cdt