選擇正確的檢定:石化催化劑
在化學研究實驗室中,科學家正在評估三種常見催化劑——鈀(Palladium, Pd)、鉑(Platinum, Pt)與鎳(Nickel, Ni)——對特定反應的催化效率。每種催化劑都在受控條件下,進行多組相同的反應,並精確記錄每次反應達到終點所需的時間。你的目標是比較三組催化劑的平均反應時間,判斷是否有某一種催化劑的反應時間顯著不同。
資料位於 chemical_reactions DataFrame。pandas as pd、numpy as np,以及下列函式也已載入:
from scipy.stats import ttest_ind
from scipy.stats import f_oneway
from scipy.stats import chi2_contingency
本練習屬於課程
