跳转至

Blog

分析 4 篇 · 2025-11-19 - 2026-06-20 · 1,277 字
代数 3 篇 · 2025-11-19 - 2025-11-19 · 38 字
概统 21 篇 · 2026-07-01 - 2026-07-24 · 28,215 字
概率论 13 篇 · 2026-07-05 - 2026-07-24 · 19,969 字
课程 6 篇 · 2026-07-05 - 2026-07-24 · 5,524 字
GTM295 7 篇 · 2026-07-06 - 2026-07-06 · 14,445 字
统计 8 篇 · 2026-07-01 - 2026-07-04 · 8,246 字
课程 8 篇 · 2026-07-01 - 2026-07-04 · 8,246 字
Probability Theory 样本空间(sample space) The set \(S\) of all possible outcomes of a particular experiment is called the sample space. Transformation and expectation Transformation Let \(X\) be a random variable with cdf \(F_X(x)\) and pdf (or pmf) \(f_X(x)\) . Let \(Y = g(X)\) , where \(g\) is a one-to-one function, mapping the original sample space of \(X\) , \(\mathcal{X}\) , to a new sam... Common Families of Distributions discrete uniform (1,N) distribution Multiple Random Variables An \(n\) -dimensional random vector is a function from a sample space \(S\) into \(\mathbb{R}^n\) , \(n\) -dimensional Euclidean space. Properties of a Random Sample The random variables \(X_1,\cdots,X_n\) are called a random sample of size \(n\) from the population \(f(x)\) if \(X_1,\cdots,X_n\) are mutually independent and the marginal pdf or pmf of each \(X_i\) is \(f(x)\) . Alternatively, \(X_1,\cdots,X_n\)... Principles of Data Reduction A sufficient statistic for a parameter \(\theta\) is a statistic that, in a certain sense, captures all the information about \(\theta\) contained in the sample. Any additional information in the... Point Estimation A point estimator is any function \(W(X_1, \cdots, X_n)\) of a sample; that is, any statistic is a point estimator. Hypothesis Testing A hypothesis is a statement about a population parameter.
博资考复习资料 3 篇 · 2026-07-27 - 2026-07-27 · 236 字
密码学 16 篇 · 2026-07-24 - 2026-07-24 · 1,009 字
AI 博资考 3 篇 · 2026-02-21 - 2026-02-21 · 15,983 字
PDE 数值解 8 篇 · 2025-11-20 - 2026-07-07 · 20,033 字
Chapter0 我们考虑一般形式的二阶PDE: Chapter1 首先我们给出推广的定义。考虑高维 PDE 习题 1 \(\Omega\) 是一个 \(\mathbb{R}^n\) 中具有 Lipschitz 连续边界的有界开集, \(\partial \Omega_D\) 对应 Dirichlet 边界。在 \(\Omega\) 上定义网格,若最大步长 \(h_{max}\) 与最小步长 \(h_{min}\) 满足 \(\frac{h_{max}}{h_{min}}\le C\) ,则称该网格为拟一致网格。特别的若网格为均匀网格,则称该网格为一致网格。 习题 2 试引入适当的无量纲的空间和时间变量,将一维有限区域上均匀介质中无源热流运动在齐次 Dirichlet 边界条件下的初边值问题化为定义在 \((0,1) \times \mathbb{R}_+\) 上的标准形式的模型问题 \((2.2.1) \sim (2.2.3)\) 第二章:抛物型方程的有限差分法 我们考虑带有初值和 Dirichlet 边界条件的一维热方程: 第三章:双曲型方程的有限差分法 线性双曲型偏微分方程:输运方程、波动方程、特征线。 线性混合方程:对流扩散方程、拟线性双曲型方程。 双曲守恒律:通量、总变差减小、激波、Godunov 方法、ENO / WENO 格式、黎曼求解器。 第四章:有限元理论与有限元方法 1950s, 美国与德国 :航空工程与机械工程领域。代表人物:Plantl 和 Coniant。 1950s, 苏联 :基础数学与 Sobolev 空间。代表人物:Sobolev。 1965, 中国 :基于变分原理的差分格式。代表人物:冯康(Kang Feng)。 他的十六字方针: 分整为零、裁弯取直、以简驭繁、化难为易 。 PDE 数值解大作业 暂无预览
凸优化 6 篇 · 2025-11-25 - 2025-12-24 · 7,552 字
数据科学专题 2 篇 · 2025-11-27 - 2025-12-30 · 11,446 字
应用数学博资考 9 篇 · 2025-12-11 - 2026-02-17 · 22,391 字
Approximation Interpolation Exercises Consider the Newton's method for finding a solution \(x_{*}\) to \(f(x)=0\) , where \(f\in C^{2}(a,b)\) , \(x_{*}\in(a,b)\) . Asymptotic Analysis Exercises \[u^{\prime\prime}+(\lambda+\epsilon f(x))u=0, \quad 0<x<1\] Convex Optimization Exercises \[\max_{x}\langle c,x\rangle \quad \text{s.t.} \quad Ax=b, \quad x\ge0\] Numerical Algebra Exercises 1: find an upper Hessenberg matrix \(H_{0}\) and a unitary matrix \(U_{0}\) such that \(H_{0}=U_{0}^{H}AU_{0}\) . Numerical Integration Exercises --- Assume that \(f\) is a periodic function with period \(2\pi\) . Considering the integration \(I(f)=\int_{0}^{2\pi}f(x)dx\) , prove the following statements on the order of convergence of composite trapezoidal rule... Numerical Linear Algebra 1. Metric (度量) \(d(x, y)\) : 定义集合上的距离。映射 \(d: X \times X \to \mathbb{R}_{\ge 0}\) 满足: \(d(x, y) \ge 0\)\(d(x, y) = 0 \iff x = y\) (非负性 & 唯一性) \(d(x, y) = d(y, x)\) (对称性) \(d(x, z) \le d(x, y) + d(y, z)\) (三角不等式) Numerical Ode Exercises \[\begin{array}{c|cc} 0 & 0 & \\ 1 & 1 & 0 \\ \hline & 1/2 & 1/2 \end{array}\] Numerical Pde Exercises \[u_{m}^{n+1}=\frac{1}{2}(u_{m+1}^{n}+u_{m-1}^{n})-\frac{1}{2}akh^{-3}(u_{m+2}^{n}-2u_{m+1}^{n}+2u_{m-1}^{n}-u_{m-2}^{n}),\] 练习题集 - 函数逼近与插值练习题
论文笔记 1 篇 · 2026-06-01 - 2026-06-01 · 651 字
物理 4 篇 · 2026-01-01 - 2026-06-20 · 6,335 字
经济学 1 篇 · 2025-11-19 - 2025-11-19 · 12 字
其他 3 篇 · 2026-06-03 - 2026-07-07 · 2,618 字
应用数学 1 篇 · 2026-07-07 - 2026-07-07 · 20 字