chi2invtable.m

来自「it is a matlab file foe develop SLAM loc」· M 代码 · 共 60 行 · 第 1/5 页

M
60
字号
%CHI2INVTABLE Lookup table of the inverse of the chi-square cdf.%   X = CHI2INVTABLE(P,V) returns the inverse of the chi-square cumu-%   lative distribution function (cdf) with V degrees of freedom at%   the value P. The chi-square cdf with V degrees of freedom, is %   the gamma cdf with parameters V/2 and 2.   %%   Opposed to CHI2INV of the Matlab statistics toolbox which might%   be not part of your Matlab installation, this is a lookup table%   which has the side effect of being much faster than CHI2INV.%   However, as any lookup table is a collection of sample points,%   accuracy is smaller and between the sample points of the cdf, a%   linear interpolation is made.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?