Skip to content

alexeipc/uncertainty-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Uncertainty Analysis

Motivation

I came up with this idea while doing uncertainty analysis for my Physics Lab report.
This is just a quadrature addition for function f(a,b,...,z): $$\delta_f = \sqrt{\delta_{fa}^2+\delta_{fb}^2+...+\delta_{fz}^2}$$

Implementation

Install

pip install PyQt6

Run

python ui.py

Features

GUI

  • Add variable: click on add variable (uncertainties must be seperated with value by "+-")
  • Change variable's name: click on the label with the variable's name
  • Add function: click on add function (use python arithmetic syntax)
  • Change significant figure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages