⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 quant.m

📁 计量工具箱
💻 M
字号:
function res=quant(var1,var2,pp,alpha)
% PURPOSE: This function computes conditional quantiles of the variable var2 given var1
%--------------------------------------------------------------
% USAGE: res = quant(var1,var2,p)
% where:   var1 =  first coordinates of the points of the sample (vector nx1)
%          var2 =  second coordinates of the points of the sample (vector nx1)
%          p = order of the quantile (scalar)
%          alpha = percentage used to compute the bandwidth
%--------------------------------------------------------------
% OUTPUTS: res =  (vector nx1)
%--------------------------------------------------------------
% NOTE: uses the kernel estimator given by the function fastbinsmooth.m
%--------------------------------------------------------------
% Christine Thomas-Agnan, Anne Ruiz-Gazen, Julien Moutel
% June 2003
% Universit

⌨️ 快捷键说明

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