摘要:
来源: "学步园" FFT(Fast Fourier Transform,快速傅立叶变换)是离散傅立叶变换的快速算法,也是我们在数字信号处理技术中经常会提到的一个概念。在大学的理工科课程中,在完成高等数学的课程后,数字信号处理一般会作为通信电子类专业的专业基础课程进行学习,原因是其中涉及了大量的高等 阅读全文
摘要:
关于Hilbert Huang的matlab实现,材料汇总,比较杂...感谢所有网络上的贡献者们:) 核心 :以下代码计算HHT边际谱及其对应频率 工具包要求 :G Rilling EMD Toolbox,TFTB Toolbox 附 :黄锷先生课题组开发的工具包(可以在 " 这里 " 找到),这里 阅读全文
摘要:
来源: "CSDN: boat_lee" 简单交叉验证 hold out cross validation 从全部训练数据S中随机选择s个样例作为训练集training set,剩余的作为测试集testing set; 通过对测试集训练 ,得到假设函数或者模型; 在测试集中对每一个样本根据假设函数或 阅读全文
摘要:
Reference : Altmann A, Schröter M S, Spoormaker V I, et al. Validation of non REM sleep stage decoding from resting state fMRI using linear support ve 阅读全文
摘要:
Reference : Andellini M, Cannatà V, Gazzellini S, et al. Test retest reliability of graph metrics of resting state MRI functional brain networks: A re 阅读全文
摘要:
来源: "知乎:P值与α值的关系" 一楼 P是“拒绝原假设时犯错误概率”又或者说是“如果你拒绝掉原假设实际上是在冤枉好人的概率”。 不管怎么表达理解上都有点绕,所以你还是看例子吧。比如你做一个假设( null hypothesis):你的女性朋友平均身高2米,输入你统计的样本数据后,计算机给你返回的 阅读全文
摘要:
terminology : True positive (TP); False positive (FP): originally negative; True negative (TN); False negative (FN): originally positive; True positiv 阅读全文
摘要:
Source: "http://www.liaoxuefeng.com/" Here only the local part. Install on windows download: "https://git for windows.github.io" , "mirror available" 阅读全文
摘要:
Source: "http://www.liaoxuefeng.com/" ♥ Slice Obtaining elements within required range from list or tuple (The results remain the same type as the ori 阅读全文
摘要:
来源: "Public Library of Bioinformatics" 显著性检验通常可以告诉我们一个观测值是否是有效的,例如检测两组样本均值差异的假设检验可以告诉我们这两组样本的均值是否相等(或者那个均值更大)。我们在实验中经常会因为各种问题(时间、经费、人力、物力)得到一些小样本结果,如果 阅读全文