文章分类 - R Language
摘要:Statistical Inference I: Descriptive Statistics 1. Summary | 统计量 | 数学公式 | Python | R | Excel | | | | | | | | Relative Standing | | | | | | minimum | $
阅读全文
摘要:1. 分布函数 1.1. Basis R语言中提供了 4 类统计分布的函数,以下为函数和相应前缀: d (x, distparams, log = FALSE) :概率密度函数,PDF,PMF x:数字或向量 log :logical; if TRUE, will return log(p). d(
阅读全文
摘要:1. Quantile-Quantile Plot (Q-Q Plots) 定义: 两个分布函数 x 轴 \(F(x)=\Pr_X(X\leq x)\) y 轴 \(G(y)=\Pr_Y(Y\leq y)\) Q-Q 图中,图中点对应的两个分布的累计概率 \(p\) 相同,即 \[ (x, y):
阅读全文
摘要:R 语言基础 1 数据结构 2 控制流程 经验分布函数 ECDF ecdf(x) 根据样本 x 构建经验累积分布函数 x1 = c(2,1,3,4,3,4,3,5,6) # 样本 ecdf.x1 <- ecdf(x1) # 构建 x1 的经验累积分布函数,ecdf.x1 为函数类型 x = knot
阅读全文
摘要:Linear Regression - Subset Selection 1 Best Subset Selection \(2^p\) models, \(p\) is the number of predictors Algorithm: Let \(\mathcal{M}_0\) denote
阅读全文

浙公网安备 33010602011771号