Optimal(default) bandwidth estimation method
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I'd like to use the ksdensity(in Statistical Toolbox)function to estimate kernel density estimation. Even though I checked the bandwidth estimation method in the document, I cannot understand it. Could you let me know the method or formulae anyone who knows it?
0 Commenti
Risposte (1)
Richard Willey
il 27 Mag 2011
You can open ksdensity.m in your editor and inspect the bandwidth estimation code.
This section of the code starts at line 293 and extends to line 320.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!