The scientific data analysis workflow

In this lecture I will write down some basic principles which might come handy when analyzing data of any kind in your thesis or any class project.

It's not ready yet, though ;-)

A typical workflow

Almost all data analysis workflows are done with the same scheme:

  1. read the data
  2. cleanse it
  3. process it (add value to the data, e.g. diagnostics)
  4. reduce it
  5. plot it
  6. happy? Stop. Not happy? Repeat from step 2.

What's next?

Back to the table of contents.