When does the kernel fitdist function returns nan?
Afficher commentaires plus anciens
Dear all,
I am using the fitdist function in my code and notice that for some inputs I have a vector with nan entries.
This is the way I implement the code: pdf_x = fitdist(x,'Kernel','Kernel','epanechnikov');
So I wonder why? When does the a fitdistr kernel code return missing vallues? Can I have some feedback on this point?
thank you in advance.
Clarisha
I have the impression that it return a vector with missing values. Is that possible, pdLong = fitdist(NoAddLong,'Kernel','Kernel','epanechnikov');
2 commentaires
the cyclist
le 24 Déc 2018
Can you upload MAT file with an example of the vector x that exhibits this behavior?
Clarisha Nijman
le 25 Déc 2018
Modifié(e) : madhan ravi
le 25 Déc 2018
Réponses (0)
Catégories
En savoir plus sur Kernel Distribution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!