Optimal(default) bandwidth estimation method
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Richard Willey
2011 年 5 月 27 日
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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!