y-axis meaning using a ksdensity plot

3 ビュー (過去 30 日間)
Sha
Sha 2020 年 9 月 29 日
回答済み: Jeff Miller 2020 年 9 月 29 日
Hi,
I have a vectore with 10 000 observations, each takes a value between 0 and 1.
I used a the ksdensity function.
I get the following plot (see figure 1) but I don't get why the range of the y-axis is from 0 to 5.
How do I interpret that? Shouldn't it be between 0 and 1 ?
Thank you!
I also provided the histogram of the same vector (see figure 2)
P.S: i checked this answer but it is stil not clear.

採用された回答

Jeff Miller
Jeff Miller 2020 年 9 月 29 日
The y-axis is scaled such that the total area under the density is 1. (area = probability with continuous distributions.) Since the total range on the X dimension is slightly less than 1, some of the y values have to go above 1.

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by