Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 805 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 805 Bytes

Statistic Assistant

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

Features

  • 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.

Prerequisites

  • Python 3.x
  • Required Python libraries: sympy, matplotlib, numpy