10 2022 档案

摘要:library(dplyr) library(ggplot2) library(knitr) library(palmerpenguins) library(tidyr) Regression keys: response variable, predictor variable 做预测,并且给出该 阅读全文
posted @ 2022-10-28 18:15 爱吃番茄的玛丽亚 阅读(26) 评论(0) 推荐(0) 编辑
摘要:Lecture_9-hypothesis_Testing_with_R library(tidyverse) library(knitr) library(dplyr) library(palmerpenguins) library(ggplot2) Statistical inference 通过 阅读全文
posted @ 2022-10-26 19:42 爱吃番茄的玛丽亚 阅读(51) 评论(0) 推荐(0) 编辑
摘要:准备写大作业的时候发现了一个绝绝子的python库。 原文:https://blog.damavis.com/en/creating-vector-graphics-with-python/ 官网:https://www.pygal.org/en/stable/ 阅读全文
posted @ 2022-10-17 20:42 爱吃番茄的玛丽亚 阅读(35) 评论(0) 推荐(0) 编辑
摘要:response variable: quantitative qualitative / categorical methods for classification first predict the probability that the observation belongs to eac 阅读全文
posted @ 2022-10-17 20:21 爱吃番茄的玛丽亚 阅读(43) 评论(0) 推荐(0) 编辑
摘要:Monte Carlo Integration 找到原函数,再计算 无法找到原函数,MC积分 Assume that we can generate U1,...,UnUniform(0,1), and define $\hat \theta_n = \frac{1 阅读全文
posted @ 2022-10-17 13:49 爱吃番茄的玛丽亚 阅读(52) 评论(0) 推荐(0) 编辑
摘要:library('ggplot2') library('dplyr') Lecture 6 Methods for generating random numbers Goal: Use U(0, 1) numbers to generate observations (variates) from 阅读全文
posted @ 2022-10-15 14:47 爱吃番茄的玛丽亚 阅读(82) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示