From 85e267f91e2e626806b041a3e1a6c2baf36c63e5 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Sun, 28 Jul 2024 12:51:36 +0800 Subject: [PATCH] =?UTF-8?q?pf:=20=E6=B3=8A=E6=9D=BE=E7=82=B9=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E6=8B=93=E5=B1=95=E5=88=B0=E9=9D=9E=E9=BD=90=E6=AC=A1?= =?UTF-8?q?=E6=B3=8A=E6=9D=BE=E8=BF=87=E7=A8=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pd.org | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/pd.org b/pd.org index f600926..ea53a92 100644 --- a/pd.org +++ b/pd.org @@ -12332,9 +12332,9 @@ Number of Fisher Scoring iterations: 5 **** 思路和要点 - 将获得 - + #+beamer: {\scriptsize https://git.tsinghua.edu.cn/physics-data/2024/project_2 - + #+beamer: } 之下的仓库一份,使用 GNU Make 构建整个分析流程,连同报告、程序整理到 仓库中。 @@ -12347,8 +12347,9 @@ Number of Fisher Scoring iterations: 5 + 成为“可执行的说明文档” ** probe 大作业 *** 具体说明 +#+beamer: {\scriptsize https://git.tsinghua.edu.cn/physics-data/projects/tpl_junoprobe - +#+beamer: } - 正在完善 + 大家可以开始 =clone= 大作业模板,再 =push= 到自己的仓库中。 + 后续如果模板有更新,通过 =git merge= 整合。 @@ -12358,7 +12359,7 @@ https://git.tsinghua.edu.cn/physics-data/projects/tpl_junoprobe *** likelihood-free inference - somewhat misleading - 从一个没有 likelihood 的模型中,提炼出 likelihood。 -** 泊松过程 +** 泊松点过程 *** 案例特点 - 随机点过程 :: 如“来到银行要求服务的顾客流”,“在一段时间内机器故障产生的故障流”等等。 #+beamer: \pause @@ -12451,8 +12452,20 @@ C_N (s,t)= & \lambda \min(s,t) \end{aligned} \end{equation*} #+end_export +*** 非齐次泊松过程 +从常数的增量,拓展为任意非负函数的增量。 + +#+begin_export latex +\begin{equation*} + \begin{aligned} + \mu_N(t) & = \lambda t = \int_0^t \lambda \mathrm{d} s \\ + \to \mu_N(t) & \int_0^t R(s) \mathrm{d} s + \end{aligned} +\end{equation*} +#+end_export + -** 无脑回归 +** 机器学习 *** 可用 sklearn - Debian #+begin_src bash