Skip to content

An application for analyzing statistics, takes as input a file with a sample, analyzes it, and allows, by dividing the sample into intervals, to construct a graph

Notifications You must be signed in to change notification settings

tonitaga/StatisticAnalyzer-CPP-Qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

STATISTIC ANALYZER by tonitaga


Contents

  1. Developers
  2. Project idea
  3. How it looks like?
  4. QCustomPlot


Developers:

  • Gubaydullin Nurislam

Project idea

  • The main idea was to automate the performance of laboratory work at the Kazan Aviation Institute on the subject of Fundamentals of Mechanical Engineering Technology
  • The implementation of this application was prompted by the love of his classmates and the love of mathematics

How it looks like?

  • The file with the extension is taken as a basis .txt, where the sample data is written separated by a space or on a new line
  • The application reads the sample from the file and calculates the basic data of mathematical statistics for the current sample

  • By clicking the "Разбить выборку" button, having previously selected a little higher by how many intervals, you can get a graph of the practical distribution over the intervals of the current sample

  • By clicking the "Нормальное распределение" button, having built a practical distribution graph in advance, a graph of the reduced (to the practical graph) normal distribution will be built

  • By clicking the "Получить интервалы" button, after splitting the sample into intervals in advance, you can get a file with intervals in the format .txt

  • By clicking the "Сортированная статистика" button, you can get a file with a sorted selection in the format .txt


QCustomPlot

  • Graphs are built using the QCustomPlot library
  • Developers' website QCustomPlot

© tonitaga (Gubaydullin Nurislam) 29.05.2023

About

An application for analyzing statistics, takes as input a file with a sample, analyzes it, and allows, by dividing the sample into intervals, to construct a graph

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published