10 2022 档案
摘要:library(dplyr) library(ggplot2) library(knitr) library(palmerpenguins) library(tidyr) Regression keys: response variable, predictor variable 做预测,并且给出该
阅读全文
摘要:Lecture_9-hypothesis_Testing_with_R library(tidyverse) library(knitr) library(dplyr) library(palmerpenguins) library(ggplot2) Statistical inference 通过
阅读全文
摘要:准备写大作业的时候发现了一个绝绝子的python库。 原文:https://blog.damavis.com/en/creating-vector-graphics-with-python/ 官网:https://www.pygal.org/en/stable/
阅读全文
摘要:response variable: quantitative qualitative / categorical methods for classification first predict the probability that the observation belongs to eac
阅读全文
摘要: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
阅读全文