kernelfunc

Function calculates the kernel function for array x
81 téléchargements
Mise à jour 3 mai 2020

Afficher la licence

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

Citation pour cette source

Jorma Schäublin (2024). kernelfunc (https://www.mathworks.com/matlabcentral/fileexchange/75320-kernelfunc), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2019b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

A inspiré : mccrary

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.2

Editorial changes, switch instead of if to select type

1.0.1

Improved descriptions and commenting

1.0.0