writing a formula in matlab
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I'm trying to write a function in matlab.
I have an example:
A gaussian kernel is
% Gaussian kernel function
%kerf=@(z)exp(-z.*z/2)/sqrt(2*pi);
How would you code an epanechnikov kernel?
How would you deal with the absolute value of t being less than or equal to 1?
Thank for your help
John
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Regression finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!