📄 kern_re.m
字号:
function r = kern_re(ech_abs,ech_ord,band,eval)
% PURPOSE: Kernel estimator of regression (of Nadaraya-Watson)
% for a bidimensional sample (ech_abs,ech_ord)
%--------------------------------------------------------------
% USAGE: r = kern_re(ech_abs,ech_ord,band,eval)
% where: ech_abs = first coordinates of the points of the sample (vector 1xn)
% ech_ord = second coordinates of the points of the sample (vector 1xn)
% band = band (scalar)
% eval = coordinates on the first axis where the density is evaluated (vector 1xp)
%--------------------------------------------------------------
% OUTPUTS: r = values of the estimator of regression at the points whose first coordinatea are in eval (vector 1*p)
%--------------------------------------------------------------
% NOTE: uses the kernel given by the function noy.m
%--------------------------------------------------------------
%--------------------------------------------------------------
% Christine Thomas-Agnan, June 2003
% Universit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -