Skip to content
#

significance-testing

Here are 56 public repositories matching this topic...

Supervised-ML---Simple-Linear-Regression---Newspaper-data. EDA and Visualization, Correlation Analysis, Model Building, Model Testing, Model predictions.

  • Updated Jun 8, 2021
  • Jupyter Notebook

A F&B manager wants to determine whether there is any significant difference in the diameter of the cutlet between two units. A randomly selected sample of cutlets was collected from both units and measured? Analyze the data and draw inferences at 5% significance level. Please state the assumptions and tests that you carried out to check validit…

  • Updated Apr 18, 2021
  • Jupyter Notebook

Hypothesis-Testing-2-Proportion-T-test-Students-Jobs-in-2-States. Assume Null Hypothesis as Ho is p1-p2 = 0 i.e. p1 ≠ p2. Thus Alternate Hypthesis as Ha is p1 = p2. Explanation of bernoulli Binomial RV: np.random.binomial(n=1,p,size) Suppose you perform an experiment with two possible outcomes: either success or failure. Success happens with pro…

  • Updated May 20, 2021
  • Jupyter Notebook

Anova ftest statistics. A hospital wants to determine whether there is any difference in the average Turn Around Time (TAT) of reports of the laboratories on their preferred list. They collected a random sample and recorded TAT for reports of 4 laboratories. TAT is defined as sample collected to report dispatch. Analyze the data and determine wh…

  • Updated Apr 22, 2021
  • Jupyter Notebook

A combination of codes developed for the calculation of the cross-correlation confidence intervals, making use of a pair of light-curves. The code conducts a bootstrap random sampling with replacement method to generate artificial light-curves. The code determines the cross-correlation of the artificial light-curves, and uses them for significance.

  • Updated Sep 2, 2023
  • Fortran

Hypothesis-Testing-1-Sample-1-Tail-Test-Salmonella-Outbreak. 1-sample 1-tail ttest. Assume Null Hypothesis Ho as Mean Salmonella <= 0.3. Thus Alternate Hypothesis Ha as Mean Salmonella > 0.3. As No direct code for 1-sample 1-tail ttest available with unknown SD and arrays of means. Hence we find probability using 1-sample 2-tail ttest and divide…

  • Updated May 4, 2021
  • Jupyter Notebook

Hypothesis-Testing-Chi2-Test-Human-Gender-and-Choice-of-Pets. Assume Null Hypothesis as Ho: Human Gender and choice of pets is independent and not related. Thus Alternate Hypothesis as Ha : Human Gender and choice of pets is dependent and related. As (p_valu=0.1031) > (α = 0.05); Accept Null Hypothesis i.e Independence among categorical variable…

  • Updated May 27, 2021
  • Jupyter Notebook

Hypothesis-Testing-2-Sample-2-Tail-Test-Drugs-and-Placebos. Note: This python code states both 2-sample 1-tail and 2-sample 2-tail codes. Treatment group mean is Mu1 Contrl group mean is Mu2 2-sample 2-tail ttest Assume Null Hypothesis Ho as Mu1 = Mu2 Thus Alternate Hypothesis Ha as Mu1 ≠ Mu2.

  • Updated May 19, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the significance-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the significance-testing topic, visit your repo's landing page and select "manage topics."

Learn more