Blog
About
Search
blog
Categories
All
(30)
R
(2)
analysis
(2)
api
(1)
causal inference
(1)
code
(2)
data visualization
(1)
datamining
(1)
datascience
(1)
ds
(1)
julia
(1)
jupyter
(1)
map
(1)
news
(1)
python
(9)
quarto
(1)
The discrete uniform
The discrete uniform distribution has two parameters and its notation is
U
n
i
f
(
a
,
b
)
- Lower Bound(a) - Upper Bound(b)
Metropolis and Metropolis-Hastings
Let’s start with a toy problem of a multivariate normal distribution of
X
and
Y
, where
\[ \left[
X
Y
\right]\sim N\left(\left[
μ
X
μ
Y
\right],\Sigma\right)
\
\Sigma \sim…
自定义函数
u
n
=
u
n
−
1
−
f
(
u
n
−
1
)
f
′
(
u
n
−
1
)
=
u
n
−
1
−
u
n
−
1
2
−
x
2
u
n
−
1
=
1
2
(
u
n
−
1
+
x
u
n
−
1
)
Data Generating Process
上述即为设定的
y
i
=
0
+
0
×
x
i
+
ε
Mar 22, 2023
softmax回归
Mar 22, 2023
Julia中的DL
Mar 22, 2023
scipy in python
在数学的泛函分析中,卷积是通过两个函数
f
和
g
生成的第三个函数的一种数学算子;相应的在处理信号中,其就是将两个信号生成第三种信号的过滤方法。
Mar 19, 2023
Torch inttroduction
Mar 10, 2023
julia
图像是列优先的,这意味着该第一个索引对应于y轴,第二个索引对应于x轴。这可能与其他编程语言不同。
Mar 2, 2023
codiing for Economists
python
ds
check the system path
Feb 18, 2023
在R中绘制中国地图
https://xiangyun.rbind.io/2022/02/draw-china-maps/
Feb 17, 2023
Using quarto
quarto
Embeding videos in documents
.qmd
using the
We could embed the Youtube video like this:
Feb 17, 2023
advanced ggplot
news
code
analysis
Geoms can be roughly divided into individual and collective geoms.
Feb 15, 2023
Harlow Malloc
如何在quarto中输入不同的代码
data visualization
code
analysis
使用quarto输入代码
Jan 19, 2023
Jianqi Huang
caual inference using Python
python
causal inference
数据描述 - x1,x2,x3 协变量(控制变量) - y 因变量 - istreatment 处置变量D,标注每条数据隶属于treatment或control组。1为treatment, 0为control。
Dec 25, 2022
termplot
Dec 1, 2022
Data Science
datascience
R
可视化和数据转换的方法实现探索数据,统计学家称为是一个探索性数据分析(exploratory data analysis,EDA) 同时这是一个循环可迭代的问题: - 对数据提出问题 - 对数据进行可视化 - 使用上一个步骤的结果来精炼问题,并提出新问题。
Nov 12, 2022
out of bag estimation
Nov 12, 2022
optimization in python
Nov 11, 2022
data-mining binning
python
本篇所应用的一些python的绘图方法 https://zhuanlan.zhihu.com/p/122702657
Oct 22, 2022
simulation and matplot
python
Oct 12, 2022
AUC curve plot
python
RUC(Receiver Operating Characteristic Curve)受试者工作特征曲线
Oct 11, 2022
Basic usuage of python
python
jupyter
魔法函数:IPython中预先定义好的具备特定功能的函数被放入Jupyter中使用。
Oct 10, 2022
Social network analysis in python
模拟和研究一组以网络形式存在的社会实体之间关系的方法。实体可以是人、计算机或网页,关系可以相类似的人或事物、联系实体的连接(link)或友情。
Oct 1, 2022
No matching items
1
2