adjustpoints.m
来自「Non-parametric density estimation」· M 代码 · 共 15 行
M
15 行
function adjustPoints(kde, delta)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% adjustPoints(kde, delta) -- shift the points of kde by 'delta'
% delta should be [Ndim x Npts]
%
% -- note: kde is altered by reference through mex.
%
% see also: kde, getPoints, getBW, adjustBW, getWeights, adjustWeights
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright (C) 2003 Alexander Ihler; distributable under GPL -- see README.txt
%#mex
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?