Statistic Assistant is a collection of python scripts to designed to assist students in statistic classes, Such as DA291 Statistic Process Control and DA295 Quantitative Methods in Business and Economics @ Unveristy of North Alabama
- Marginal Cost & Revenue Calculation: Calculate and plot Marginal Cost (MC) and Marginal Revenue (MR) for given cost and revenue functions using SymPy and Matplotlib.
- X-bar and R Charts: Generate and plot X-bar and R charts for a given set of samples using NumPy and Matplotlib. The script prompts the user for the number of samples, sample size, mean, and standard deviation, and calculates the control limits for the charts.
- Python 3.x
- Required Python libraries:
sympy
,matplotlib
,numpy