You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Data-Science-For-Beginners/translations/mo/1-Introduction/04-stats-and-probability/assignment.md

40 lines
2.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "01d1b493e8b51a6ebb42524f6b1bcfff",
"translation_date": "2025-08-27T09:17:18+00:00",
"source_file": "1-Introduction/04-stats-and-probability/assignment.md",
"language_code": "mo"
}
-->
# 小型糖尿病研究
在這次作業中,我們將使用一個來自[這裡](https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html)的小型糖尿病患者數據集。
| | 年齡 (AGE) | 性別 (SEX) | 身體質量指數 (BMI) | 血壓 (BP) | S1 | S2 | S3 | S4 | S5 | S6 | Y疾病進展 |
|---|-----------|-----------|------------------|----------|----|----|----|----|----|----|--------------|
| 0 | 59 | 2 | 32.1 | 101. | 157 | 93.2| 38.0| 4. | 4.8598 | 87 | 151 |
| 1 | 48 | 1 | 21.6 | 87.0 | 183 | 103.2| 70. | 3. | 3.8918 | 69 | 75 |
| 2 | 72 | 2 | 30.5 | 93.0 | 156 | 93.6| 41.0| 4.0 | 4. | 85 | 141 |
| ... | ... | ... | ... | ... | ...| ...| ...| ...| ...| ...| ... |
## 指導說明
* 在 jupyter notebook 環境中打開 [assignment notebook](assignment.ipynb)
* 完成 notebook 中列出的所有任務,包括:
* [ ] 計算所有值的平均值和方差
* [ ] 根據性別繪製 BMI、BP 和 Y 的箱型圖
* [ ] 分析年齡、性別、BMI 和 Y 變數的分佈情況
* [ ] 測試不同變數與疾病進展Y之間的相關性
* [ ] 檢驗糖尿病進展程度在男性和女性之間是否存在差異的假設
## 評分標準
優秀 | 合格 | 需要改進
--- | --- | -- |
所有要求的任務均已完成,並附有圖表說明和解釋 | 大部分任務已完成,但缺少圖表或獲得數值的解釋或結論 | 僅完成基本任務,例如計算平均值/方差和基本圖表,未從數據中得出結論
---
**免責聲明**
本文件使用 AI 翻譯服務 [Co-op Translator](https://github.com/Azure/co-op-translator) 進行翻譯。我們致力於提供準確的翻譯,但請注意,自動翻譯可能包含錯誤或不準確之處。應以原文文件作為權威來源。對於關鍵資訊,建議尋求專業人工翻譯。我們對於因使用此翻譯而引起的任何誤解或誤讀概不負責。