Matrices 矩陣 (2維)
create/input
- create 建立
- input 讀入
select elements 選擇元素
modify
- add 增加
- delete 刪除
- replace 取代
- 更新
operate
- 運算:+-*/
- Iteration: loop, 反覆運算,疊代,迭代
output
- output:輸出
create/input
- create 建立
- 利用 matrix() 建立矩陣
- input 讀入
- create 建立
select elements 選擇元素
modify
- add 增加
- delete 刪除
- replace 取代
- 更新
operate
- 運算:+-*/
- Iteration: loop, 反覆運算,疊代,迭代
output
- output:輸出
Term | Formula | |
---|---|---|
Precision | PPV, Positive predictive value | True positive/Test outcome positive |
Accuracy | (true positive + true negative)/Toral Population | |
Sensitivity | True positive rate | True positive/Condition positive |
Specificity | True negative rate | True negative/Condition negative |
Prevalence | Condition positive/Total population | |
Reference:
- R 向量、矩陣與陣列 - G. T. Wang
- 矩陣 · R Basic
- 透過 R 語言認識矩陣 – Yao-Jen Kuo – Medium
- 如何掌控資料:認識常見的資料結構: 探索陣列、向量、矩陣、張量、資料框以及清單的化零為整與化整為零
- How to Create & Access R Matrix - 5 Operations that you Must Check! - DataFlair
- Matrices and Matrix Algebra - Statistics How To
- Introduction to classification metrics - rmartinshort