NIA / statistiq

Experimental data statistics calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StatistiQ — experiment data statistics

StatistiQ screenshot StatistiQ report

This is a simple Qt application which allows to enter numeric data of an experiment or read them from file and then calculates and displays various statistical information about these data.

Basic features

  • Data input from keyboard or from file
  • Editing data (modify, add, remove)
  • Calculating E-value, standard deviation, dispersion and moments
  • Building configurable histogram and data curve
  • Showing report with ability to save it to html or print

Compiling

In order to build, you need Qt SDK and Qwt 6.0.1 installed.

Open statistiq.pro in Qt Creator and click Run.

Or, in command line, go to the folder where statistiq.pro is located and run

qmake statistiq.pro
make release

To build translation file for Russian language, also run

lrelease statistiq.pro

About

Experimental data statistics calculator


Languages

Language:C++ 57.6%Language:TypeScript 40.8%Language:Prolog 1.1%Language:Shell 0.5%