📄 kern_den.m
字号:
function s=kern_den(ech,band,eval)
% PURPOSE : Kernel estimator of the density (of Parzen-Rosenblatt)
% for a unidimensional sample
%--------------------------------------------------------------
% USAGE: s=kern_de1(ech,band,eval)
% where: ech = sample (vector nx1)
% band = band (scalar)
% eval = points where the density is evaluated (vector px1)
%--------------------------------------------------------------
% OUTPUTS: s = values of the estimator of the density at the points in eval (vector px1)
%--------------------------------------------------------------
% 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 + -