📄 invgen.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -