随笔分类 - Simulation
摘要:Bootstrapping Boostrap 有放回的重抽样。 符号定义: 重复抽样的bootstrap 观测到的样本 ,是一个经验分布 真实分布 Eg. 有一个要做估计的参数 用原始样本做估计的估计值 用重抽样样本做估计的估
阅读全文
摘要:Lecture_9-hypothesis_Testing_with_R library(tidyverse) library(knitr) library(dplyr) library(palmerpenguins) library(ggplot2) Statistical inference 通过
阅读全文
摘要:Monte Carlo Integration 找到原函数,再计算 无法找到原函数,MC积分 Assume that we can generate , and define $\hat \theta_n = \frac{1
阅读全文
摘要:library('ggplot2') library('dplyr') Lecture 6 Methods for generating random numbers Goal: Use U(0, 1) numbers to generate observations (variates) from
阅读全文