Data analysis including data cleaning, graph plotting, and calculation of the result of the Stirling Engine experiment.
A Stirling engine is a heat engine that is operated by the cyclic compression and expansion of air or other gas (the working fluid) at different temperatures, resulting in a net conversion of heat energy to mechanical work. More specifically, the Stirling engine is a closed-cycle regenerative heat engine with a permanent gaseous working fluid. In this experiment, Stirling engine beta type was used. More explanation of Stirling engine https://en.wikipedia.org/wiki/Stirling_engine
Data of the experiment can be found at Data2 for the raw data (not sorted yet and headers represent the channels used in the experiment not the quantities measured) and Data2-cleaned for the cleaned data
Packages required to run the code are
builtins
pandas
numpy
matplotlib.pyplot
statistics
scipy
types