Top "Analysis" questions

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

MP3 bitrate detection through frequency spectrum analysis

Is there any program that detects the bitrate of an MP3? I'm not talking about the effective bitrate that the …

mp3 analysis detection bitrate spectrum
Why is the constant always dropped from big O analysis?

I'm trying to understand a particular aspect of Big O analysis in the context of running programs on a PC. …

algorithm big-o analysis
How to have analysis service up and running in SQL Server Express Edition

I am badly stuck up with this problem! I am running Microsoft SQL Server 2008 R2 and Business Intelligence Development Studio. …

sql sql-server sql-server-2008-r2 analysis
Prove f(n) + g(n) is O(max(f(n),g(n)))

Hello I am having a bit of difficulty proving the following. f(n) + g(n) is O(max(f(n),…

algorithm big-o analysis notation
Meaning of lg * N in Algorithmic Analysis

I'm currently reading about algorithmic analysis and I read that a certain algorithm (weighted quick union with path compression) is …

algorithm runtime big-o analysis iterated-logarithm
Java text analysis libraries

I'm looking for a java driven solution to a requirement for analysing sentences to log whether a key word was …

java text analysis text-analysis
Algorithm to find high/low numbers with at most 1.5n comparisons

I've been thinking about this homework question for a bit now. Given an number array of size n, design an …

algorithm analysis
Are there APIs for text analysis/mining in Java?

I want to know if there is an API to do text analysis in Java. Something that can extract all …

java api nlp analysis text-mining
Can't install Matplotlib in python 3.7

For install matplotlib in windows 10 64 bit machine get error showing python setup.py egg_info" failed with error code 1 in …

python matplotlib analysis
How can I determine how loud a WAV file will sound?

I have a bunch of different audio recordings in WAV format (all different instruments and pitches), and I want to "…

audio analysis