Skip to content

Instantly share code, notes, and snippets.

@Zmey56
Created June 28, 2022 19:12
Show Gist options
  • Save Zmey56/1dbfa2dac61cbd4153200706c99df9cd to your computer and use it in GitHub Desktop.
Save Zmey56/1dbfa2dac61cbd4153200706c99df9cd to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import seaborn as sns
from scipy.stats import mannwhitneyu
from scipy.stats import ttest_ind
from scipy.stats import norm
from scipy.stats import shapiro
from scipy.stats import levene
from scipy.stats import normaltest
import matplotlib.pyplot as plt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment