--- title: "Quy cách ghi ký hiệu toán học trong công thức xác suất thống kê" author-title: Biên soạn author: Duc Nguyen | Founder of tuhocr.com site-url: https://www.tuhocr.com/ published-title: Cập nhật date: last-modified date-format: "YYYY MMMM DD" cover-image: cover.png favicon: favicon.png bibliography: reborn_1.bib format: html: theme: [style.scss] # page-layout: full # code-annotations: below # không thuận tiện cho 2 code chunk embed-resources: true anchor-sections: true smooth-scroll: true link-external-newwindow: true grid: sidebar-width: 0px body-width: 2000px margin-width: 0px engine: knitr knitr: opts_chunk: R.options: width: 110 editor_options: chunk_output_type: console --- ```{r, echo=FALSE, results='hide'} knitr::opts_chunk$set(error = TRUE, # suppress errors message = FALSE, # suppress messages warning = FALSE, # suppress warnings # results = 'hide', # suppress code output echo = TRUE # suppress code # fig.show = 'hide', # suppress plots # cache = TRUE # enable caching ) # library(ggfortify) # autoplot(lm(cars$dist ~ cars$speed)) files <- list.files(pattern="*.qmd") newfiles <- gsub("\\.qmd", ".txt", files) file.copy(from = files, to = newfiles, overwrite = TRUE) zip(zipfile = "quarto-statistical-notation", files = c("quarto-statistical-notation.qmd", "style.scss", "volume-up.svg", "reborn_1.bib", "quarto-statistical-notation.Rproj", "_extensions/") ) ``` {{< downloadthis quarto-statistical-notation.zip dname="quarto-statistical-notation" label="RStudio project" icon=file-zip type=primary >}} text web ‍ ‍ ‍ ```{=html} ```
STT Ký hiệu Phát âm Chú thích
1
$\color{red}{\chi ^2}$
**/ ˈkaɪˌskwɛər /**
**Chi bình phương**
Có nhiều cách ký hiệu (khác nhau chỗ ed ở square)[^1]:
• Pearson's **chi-squared** test for count data[^2]
• Một số tài liệu ghi là **chi square** (không có ed và không có gạch nối) [@mann2010, p. 498]
• Hoặc là **chi-square** (không có ed và có gạch nối) [@le2016, p. 470]
Để thống nhất, mình chọn cách viết chi-squared có ed và gạch nối.
2
t-test
**/ ˈtiˌtɛst /**
**Kiểm định t**
Có nhiều cách ký hiệu (khác nhau chỗ t in nghiêng hay viết thường, có gạch nối hay không):
• Student's **t-test**[^3]
• Student's ***t*-test** (chữ t in nghiêng)[^4]^, ^[^5]^, ^[^7]
• Student's ***t* test** (chữ t in nghiêng, không có gạch nối)[^6] [@crawley2015, p. 94]
Về mặt thuật ngữ, *t* test là kiểm định *t*, với *t* là một chỉ số thống kê. Ta có *t* distribution hay ghi đầy đủ là Student's *t* distribution. Rất ít tài liệu viết hoa chữ T.
Để đơn giản, mình chọn cách viết chữ t trong chữ t-test là viết bình thường, có gạch nối.
[^1]: [^2]: Tham khảo R Help của function `chisq.test()` [^3]: Tham khảo R Help của function `t.test()` [^4]: [^5]: [^6]: [^7]: Owen, D. B. (1965). The Power of Student’s t-Test. Journal of the American Statistical Association, 60(309), 320–333.