您好,我正在嘗試對t-student方法有一個更好的理解。 我有給我解答了10個問題,因爲這樣的兩個distincts組: 其規模從1到5,你有多少...... 組1每個問題回答1。 第2組每回答5個問題。 我想說,在小組答案中存在顯着差異,並選擇使用t-student。以下是我迄今所做的:從第1組和第2組 Sum of group 1 answers : 10
Sum of group 2 a
我抨擊我的頭,因爲我無法弄清楚爲什麼我的C代碼不斷打印一組n個數字的錯誤平均值! 這是我下面的代碼: int main()
{
int i;
int n;
int sum = 0.0;
int lowest;
int highest;
float average;
int range;
int middle;
我正在使用sqlite數據庫。 該表爲: ID_TABLE POINTS_A_TABLE POINTS_B_TABLE
id number id_a points_a id_a points_a
-------------- ---------------- ----------------
smith 1 smith 11 ...
gordon 22