Study BME (Biomedical Engineering) 生醫工程學習筆記
一些生物醫學工程方面的知識、相關資訊,包括統計學。 電機資訊相關資訊:
StudyEECC
聽力科技相關資訊:
電子耳資訊小站
2021/12/31
Statistics: Covariance 共變異數
›
對於X和Y兩個隨機變數(random variables),要判斷二者是否有線性關係,可以使用: 1. Covariance 共變異數 2. Correlation Coefficient 相關係數 Covariance 共變異數 對於一個母體的共變異數可表示為σ XY = c...
2021/7/16
Tukey, Software, Bit, and FFT
›
John Tukey (1915-2000) 約翰‧圖基(杜凱)是知名的數學家,在使用統計學的ANOVA(變異數分析)時,很常會用到Tukey post hoc test (事後檢定)。 https://en.wikipedia.org/wiki/John_Tukey 在統計...
2021/7/12
Statistics 這個英文字不只是統計學?也是統計量!
›
談到 統計學 ,對應的英文字自然是 Statistics 。如果你與我一樣,在讀英文的統計學時讀到Statistics這個字,可是從上下文看來,它指的不是學科、不是統計學這個領域,然後百思不得其解🙄 恭喜你發現英文世界的奧妙!😄 Statistics不只是統計學! STATI...
2021/3/11
Taxonomic rank 生物分類階元
›
小時候讀過「界門綱目科屬種」,是林奈體系(Linnaeu's System)的生物分類法(Taxonomic rank),對照英文,原來是這樣: 界 (Kingdom) 門(動物 Phylum/ 植物 Division) 綱(Class) 目(Order) 科(Fami...
2020/9/21
R Programming Language - Run R Script
›
To run R script, install RStudio . Add a new R script file and save it as a *.R file. The code in the new script file can be: a = 1 b = 2 a+...
2020/9/3
R programming language - load and save data
›
This article explains the commands to load and save R data. Firstly, declare data x: x = c(1,2,3,4,5,6) Get the local path: getwd() ...
2020/8/18
Installation and Basic R commands
›
The R Project for Statistical Computing software is available with multiple operating systems such as Windows, MacOS. It may be downloaded h...
›
首頁
查看網路版