From 7e4e855493a6b338d0edf03e174f2757ad4a2353 Mon Sep 17 00:00:00 2001 From: math4mad Date: Fri, 20 Oct 2023 15:59:42 +0800 Subject: [PATCH] minor modify minor modify --- docs/search.json | 2 +- docs/statistics/13-understand-bayes.html | 11 +++++++---- statistics/13-understand-bayes.qmd | 9 ++++++++- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/search.json b/docs/search.json index 7112cd9..bed8792 100644 --- a/docs/search.json +++ b/docs/search.json @@ -221,7 +221,7 @@ "href": "statistics/13-understand-bayes.html#plot-results", "title": "13-understanding-bayes", "section": "3. plot results", - "text": "3. plot results\n\n3.1 10 次硬币试验,6 次正面\n两个点的高度相除就是基于实验观察的赔率\n\nplot_likelihood()\n\n\n\n\n\n\n3.2 100次试验 60 次正面\n\nplot_likelihood(;p=0.6,n=100,s=60)\n\n\n\n\n\n\n3.3 500次试验,300 次正面\n\nplot_likelihood(;p=0.6,n=500,s=300)" + "text": "3. plot results\n\n3.1 10 次硬币试验,6 次正面\n两个点的高度相除就是基于实验观察的赔率\n\nplot_likelihood()\n\n\n\n\n\n\n3.2 100次试验 60 次正面\n\nplot_likelihood(;p=0.6,n=100,s=60)\n\n\n\n\n\n\n3.3 500次试验,300 次正面\n\nplot_likelihood(;p=0.6,n=500,s=300)\n\n\n\n\n\n在上述实验中模型参数是事先知道的:p(head)=0.6,但是对于很多问题, 参数未知. 在这种情况下, 如果给定两个参数, 优先选择赔率最大的参数作为估计" }, { "objectID": "statistics/10-dirichlet-dist.html", diff --git a/docs/statistics/13-understand-bayes.html b/docs/statistics/13-understand-bayes.html index fc7bebe..886f798 100644 --- a/docs/statistics/13-understand-bayes.html +++ b/docs/statistics/13-understand-bayes.html @@ -384,7 +384,7 @@

2. define likel axislegend(halign =:left, valign =:top) fig end -
+
plot_likelihood (generic function with 1 method)
@@ -397,7 +397,7 @@

3.1 10 次硬

两个点的高度相除就是基于实验观察的赔率

plot_likelihood()
-
+

@@ -406,7 +406,7 @@

3.1 10 次硬

3.2 100次试验 60 次正面

plot_likelihood(;p=0.6,n=100,s=60)
-
+

@@ -415,10 +415,13 @@

3.2 100次试验 60

3.3 500次试验,300 次正面

plot_likelihood(;p=0.6,n=500,s=300)
-
+

+
+

在上述实验中模型参数是事先知道的:p(head)=0.6,但是对于很多问题, 参数未知. 在这种情况下, 如果给定两个参数, 优先选择赔率最大的参数作为估计

+
diff --git a/statistics/13-understand-bayes.qmd b/statistics/13-understand-bayes.qmd index 501fe89..6a4b71f 100644 --- a/statistics/13-understand-bayes.qmd +++ b/statistics/13-understand-bayes.qmd @@ -61,4 +61,11 @@ plot_likelihood(;p=0.6,n=100,s=60) ```{julia} plot_likelihood(;p=0.6,n=500,s=300) -``` \ No newline at end of file +``` + +:::{.callout-info title="讨论"} + 在上述实验中模型参数是事先知道的:`p(head)=0.6`,但是对于很多问题, + 参数未知. + 在这种情况下, 如果给定两个参数, 优先选择赔率最大的参数作为估计 + +::: \ No newline at end of file