Skip to content

flippers2652/104Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

104Project

The source code for my 104 Project.

The python file (main.py) calculates the the numbers required (mean, Standard Error, Etc.) and saves the answers in python.sty that looks like this:

\ProvidesPackage{python}
\newcommand{\data}{\begin{tabularx}{0.8\textwidth}{ >{\raggedleft\arraybackslash}X>{\raggedleft\arraybackslash}X>{\raggedleft\arraybackslash}X>{\raggedleft\arraybackslash}X>{\raggedleft\arraybackslash}X }
-8.020, &-22.460, &-1.740, &-23.630, &-3.230, \\
-10.840, & 3.130, & 0.550, & 6.520, &-16.570, \\
-15.240, &-32.760, &-3.940, &-7.840, &-28.550, \\
-2.320, &-8.340, & 8.500, &-8.000, & 9.450, \\
 0.100, &18.160, & 5.570, &-31.110, &17.390, \\
-14.230, & 9.740, &14.870, &-1.310, &-20.580, \\
52.700, &-23.200, & 0.890, &-20.670, &-4.230, \\
-10.220, &-19.840, &-0.220, &-9.600, &-25.200\end{tabularx}}
\newcommand{\xbar}{-5.658}
\newcommand{\sd}{16.302}
\newcommand{\se}{2.578}
\newcommand{\intervalA}{(-10.710, -0.606)}
\newcommand{\intervalB}{(-12.297, 0.981)}
\newcommand{\pvalue}{0.0282}
\newcommand{\sk}{0.9803}

The latex file (main.tex) is used to display the information in a P.D.F..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published