Top "Data-analysis" questions

Data Analysis involves extracting meaning and insights from raw data.

What does selecting the largest eigenvalues and eigenvectors in the covariance matrix mean in data analysis?

Suppose there is a matrix B, where its size is a 500*1000 double(Here, 500 represents the number of observations and 1000 represents …

matlab machine-learning pca data-analysis
How do I lag columns in MySQL?

Consider the following table: SELECT id, value FROM table ORDER BY id ASC; +-----+---------+ | id | value | +-----+---------+ | 12 | 158 | | 15 | 346 | | 27 | 334 | | 84 | 378 | | 85 | 546 | +-----+…

mysql sql data-analysis sliding-window
When should I use C++ instead of SQL?

I am a C++ programmer who occasionally uses MySQL to work with databases, but my SQL knowledge is rather limited. …

c++ mysql sql data-analysis
How to filter a CSV file without Pandas? (Best Substitute for Pandas in Pythonista)

I am trying to do some data analysis on Pythonista 3 (iOS app for python), however because of the C libraries …

python-3.x pandas data-analysis pythonista
Determine if a set of data is from a linear or logarithmic function?

I have a set of data points and am curious if the data represents a linear function or a logarithmic …

algorithm math statistics data-analysis