Delta Method /Taylor's Theorem/Fisher Transformation

最近学习时遇到的三个工具

基本来自*。

1. Delta Method

来源:https://en.wikipedia.org/wiki/Delta_method
下面只列出了Univariate的部分,以及贴出证明部分;至于Multivariate的部分因为暂未涉及到,所以这里没有贴出,其实还是相似的。

In statistics, the delta method is a result concerning the approximate probability distribution for a function of an asymptotically normal statistical estimator from knowledge of the limiting variance of that estimator. It was first described in 1938 by Robert Dorfman[1]

Univariate delta method

While the delta method generalizes easily to a multivariate setting, careful motivation of the technique is more easily demonstrated in univariate terms. Roughly, if there is a sequence of random variables Xn satisfying

Delta Method /Taylor's Theorem/Fisher Transformation

where θ and σ2 are finite valued constants and D denotes convergence in distribution, then

Delta Method /Taylor's Theorem/Fisher Transformation

for any function g satisfying the property that g′(θ) exists and is non-zero valued.

证明:注意到主要运用了泰勒展开。
Delta Method /Taylor's Theorem/Fisher Transformation

2. Taylor’s Theorem

链接:https://en.wikipedia.org/wiki/Taylor's_theorem
注意到这边也只是贴出最基础的理论part和应用时最常用的两个式子方便我自己查阅。更多的可以转去链接部分查看原文。

In calculus, Taylor's theorem gives an approximation of a k-times differentiable function around a given point by a k-th order Taylor polynomial. For analytic functions the Taylor polynomials at a given point are finite order truncations of its Taylor series, which completely determines the function in some neighborhood of the point. The exact content of "Taylor's theorem" is not universally agreed upon. Indeed, there are several versions of it applicable in different situations, and some of them contain explicit estimates on the approximation error of the function by its Taylor polynomial.

Taylor's theorem is taught in introductory level calculus courses and it is one of the central elementary tools in mathematical analysis. Within pure mathematics it is the starting point of more advanced asymptotic analysis, and it is commonly used in more applied fields of numerics as well as in mathematical physics. Taylor's theorem also generalizes to multivariate and vector valued functions Delta Method /Taylor's Theorem/Fisher Transformation on any dimensions n and m. This generalization of Taylor's theorem is the basis for the definition of so-called jets which appear in differential geometry and partial differential equations.

Theorem Part:

Delta Method /Taylor's Theorem/Fisher Transformation

Application Part:

Delta Method /Taylor's Theorem/Fisher Transformation

3. Fisher Transformation

…of the sample correlation coefficient.
链接:https://en.wikipedia.org/wiki/Fisher_transformation

简单的版本:
ρ\rho是相关系数,rr是相关系数的估计(sample correlation coefficient)。有如下性质:
n[12log(1+r1r)12log(1+ρ1ρ)DN(0,1)]\sqrt{n} [\frac{1}{2}log(\frac{1+r}{1-r})-\frac{1}{2}log(\frac{1+\rho}{1-\rho}){\xrightarrow {D}} N(0,1)]

复杂的版本:
Delta Method /Taylor's Theorem/Fisher Transformation