A
A
Azat20152016-10-03 22:14:47
MySQL
Azat2015, 2016-10-03 22:14:47

How do you analyze data for patterns?

There is a database with data on the radiation background with the fields id, time, radiation. There are periodic background jumps in the data. How can you try to identify the dependence of jumps on the time of day, on the day of the week, etc.? It can be seen by eye that there are mostly jumps during the day in the middle of the week, but I want more accurate data. Like getting a graph of the density of the distribution of jumps in time or something ..

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Dimonchik, 2016-10-03
@dimonchik2013

build a function using any of their mashinelearning methods,
although for natural phenomena and statistical

X
xmoonlight, 2016-10-03
@xmoonlight

Y-axis: Up - background jumps
X-axis: Right - time

A
Anton Yankovsky, 2016-10-03
@webpavilion

To build any graphs, there is a divine gnuplot, how to select data from mysql so that it would be convenient to process it depends on how exactly the data is stored (i.e. it is not possible to prompt the query itself), but something like SELECT WEEKDAY (time), HOUR ( time), radiation FROM table WHERE time>date_start AND time

A
Alexander Skusnov, 2016-10-04
@AlexSku

Add spectra, both classical Fourier and wavelets (time-frequency).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question