invgen.m

来自「计量工具箱」· M 代码 · 共 11 行

M
11
字号
function quant=invgen(Fchapeau,alpha)
%  PURPOSE:This function computes the generalized inversion of a discrete cdf function
%----------------- -----------------------------------------------------
%  USAGE: quant = invgen(Fchapeau,alpha)
%     where: Fchapeau = (n x 2) matrix where first column is ti and second column is F(ti)
%            alpha = order of the quantile (0 < alpha <=1)
%------------------- ---------------------------------------------------
%  OUTPUTS :  quant = antecedent
%-----------------------------------------------------------------------
% Eve Leconte, Christine Thomas-Agnan, June 2003
% Universit

⌨️ 快捷键说明

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