các hàm thống kê(Statistical functions) (1 người xem)

Liên hệ QC

Người dùng đang xem chủ đề này

duongtien0409

Thành viên mới
Tham gia
10/11/07
Bài viết
1
Được thích
0
Các bạn hãy mở help của excel ra và tìm ý nghĩa các hàm thống kê nhé. Rất mong sự giúp đỡ của các bạn **~**
 
Bạn tìm trong Thư viện hoặc Excel với kỹ thuật cũng đã đề cập rồi đó. Đọc help phần này không đơn giản đâu.
 
Minh khong hieu cong thuc cua ham =chitest(actual_range,expected_range)
bao minh voi
 
Bạn đọc trong phần help của excel có đó:

CHITEST(actual_range,expected_range)
Actual_range is the range of data that contains observations to test against expected values.
Expected_range is the range of data that contains the ratio of the product of row totals and column totals to the grand total.
Remarks
  • If actual_range and expected_range have a different number of data points, CHITEST returns the #N/A error value.
  • The c2 test first calculates a c2 statistic using the formula:
    awfchtst.gif

    where:
    Aij = actual frequency in the i-th row, j-th column
    Eij = expected frequency in the i-th row, j-th column
    r = number or rows
    c = number of columns
  • A low value of c2is an indicator of independence. As can be seen from the formula, c2is always positive or 0, and is 0 only if Aij = Eij for every i,j.
  • CHITEST returns the probability that a value of the c2 statistic at least as high as the value calculated by the above formula could have happened by chance under the assumption of independence. In computing this probability, CHITEST uses thec2 distribution with an appropriate number of degrees of freedom, df. If r > 1 and c > 1, then df = (r - 1)(c - 1). If r = 1 and c > 1, then df = c - 1 or if r > 1 and c = 1, then df = r - 1. r = c= 1 is not allowed and #N/A is returned.
  • Use of CHITEST is most appropriate when Eij’s are not too small. Some statisticians suggest that each Eij should be greater than or equal to 5.
Example
The example may be easier to understand if you copy it to a blank worksheet.
How?
  1. Create a blank workbook or worksheet.
  2. Select the example in the Help topic. Do not select the row or column headers.
    selecthelp.gif

    Selecting an example from Help
  3. Press CTRL+C.
  4. In the worksheet, select cell A1, and press CTRL+V.
  5. To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the Tools menu, point to Formula Auditing, and then click Formula Auditing Mode.
1 2 3 4 5 6 7 8 A B C Men (Actual) Women (Actual) Description 58 35 Agree 11 25 Neutral 10 23 Disagree Men (Expected) Women (Expected) Description 45.35 47.65 Agree 17.56 18.44 Neutral 16.09 16.91 Disagree Formula Description (Result) =CHITEST(A2:B4,A6:B8) The c2 statistic for the data above is 16.16957 with 2 degrees of freedom (0.000308)
 
tôi đang có 1 bài tập dùng hàm Chitest mà tôi cũng chưa được rõ lắm nên tôi muốn hỏi mọi người 1 chút.Bài tập về hàm này là so sánh nhiều tỷ lệ quan sát

Tôi có 1 bài tập như thế này mong mọi người giải thích giùm nhé: Một khóa học có 600 học sinh được phân cho 4 khối A B C D để quản lý. Tỷ lệ học sinh phải thi lại: ở A là 29/150, ở B là 39/170, ở C là 35/120, ở D là 56/160. Hỏi các tỷ lệ này có khác nhau không?
Vậy trong trường hợp này dùng hàm Chitest như thế nào? yêu cầu của bài tập này là dùng hàm chitest
Mọi người giúp tôi với nhé. Cám ơn rất nhiều
 
Web KT

Bài viết mới nhất

Back
Top Bottom