Wrong axis when using KSDENSITY
이전 댓글 표시
Hi everyone I have a 1x795 array called GLLlogreturn of positive and negative entries.
I tried to use:
[f,xi]=ksdensity(GLLlogreturn); plot(xi, f);
However....I am getting probabilities on the x axis. Can anybody help me, as for a probability density it should be on the y axis. When I swap xi and f around it gives me a sideways looking graph.
댓글 수: 1
Walter Roberson
2012년 2월 6일
Please try the examples in the documentation,
http://www.mathworks.com/help/toolbox/stats/ksdensity.html
as those do clearly show the xi as not being probabilities.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Exploration and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!