25 Using TI calculator for P-value from t statistic#

import numpy as np
import pandas as pd
from pandas import Series, DataFrame
import matplotlib.pyplot as plt
import seaborn as sns
from scipy import stats, special

khanacademy

Using TI calculator for P-value from t statistic fig 1Using TI calculator for P-value from t statistic fig 2