随笔分类 - 数学
摘要:双样本T检验代码, 对应数学原理 https://online.stat.psu.edu/stat415/lesson/11/11.2 import numpy as np # noqa from scipy import stats from scipy.stats import beta bas
阅读全文
摘要:### online mirror descent algorithm * 参考 https://tlienart.github.io/posts/2018/10/27-mirror-descent-algorithm/ * 这本书有详细介绍 http://www.cs.cmu.edu/afs/cs
阅读全文
摘要:* 行列式 的几何意义, 等于下面平行四边形OPGQ的面积. 根据辅助线可以简单证明。 ||Beta(\alpha_2
阅读全文
摘要: * https://homepages.inf.ed.ac.uk/imurray2/pub/16choldif
阅读全文
摘要:* https://mathworld.wolfram.com/IncompleteGammaFunction.html#:~:text=is%20the%20exponential%20sum%20function,z%5D%20in%20the%20Wolfram%20Language.&tex
阅读全文
摘要:《统计计算》书中, 包含 maxima 介绍, julia 语言介绍 https://www.math.pku.edu.cn/teachers/lidf/docs/statcomp/html/_statcompbook/maxima.html
阅读全文
摘要:* 北大, 《最优化:建模、算法与理论》, 2020 , https://bicmr.pku.edu.cn/~wenzw/optbook/opt1.pdf * 问题: 有哪些经典的问题是非凸的, 但是有最优解算法? 特征值问题 虽然看上去是非凸的, 但可以转化为凸的, 见 https://www.c
阅读全文
摘要:* https://wrfranklin.org/Research/Short_Notes/pnpoly.html
阅读全文
摘要:# 定义 * 函数 它在点 上的梯度定义为 $\mathrm{grad}_x(f):=\left[\frac{\partial f}{\partial x_1},\frac{\partial f}{
阅读全文