kernelfunc

Function calculates the kernel function for array x

Ahora está siguiendo esta publicación

Implemented kernels are: box (aka rectangular or uniform), triangular, epanechnikov (aka epanech, parabolic), gaussian (aka normal), triweight, tricube, cosine, logistic, sigmoid, silverman.

References:
Wikipedia (2020) Kernel (statistics). URL: https://en.wikipedia.org/wiki/Kernel_(statistics), last retrieved on 02-05-2020

Citar como

Jorma Schäublin (2026). kernelfunc (https://es.mathworks.com/matlabcentral/fileexchange/75320-kernelfunc), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspiración para: mccrary

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.2

Editorial changes, switch instead of if to select type

1.0.1

Improved descriptions and commenting

1.0.0