Gaussien distribution histogram plot

Hi there,
can anybody hep me to create a gaussien histogram? I am trying but getting error.
Attached my data. 1st row: number of samples, 2nd row: Proband study (results are in percentage) for example :
for the 1st sample in first row 22 % people have opinion that today will be rain.
Thank you very much in advance

4 件のコメント

Star Strider
Star Strider 2019 年 12 月 18 日
The second row cannot be percentages. It sums to 300.
Adam Danz
Adam Danz 2019 年 12 月 18 日
Rather than requiring people to download the file and import the data,
Gaussien_Histogram = [
1 2 3 4 5 6 7 8
22.222 33.333 33.333 22.222 11.111 66.667 33.333 77.778];
Minimize the work we need to do ;)
Adam Danz
Adam Danz 2019 年 12 月 18 日
It's unclear how you're using these data to produce a Gaussian histogram. Gaussians have two basic parameters: center (mean) and width (standard deviation). How do these data fit into that?
Ill ch
Ill ch 2019 年 12 月 19 日
Thank you. it was my mistake.

サインインしてコメントする。

回答 (0 件)

カテゴリ

製品

質問済み:

2019 年 12 月 18 日

コメント済み:

2019 年 12 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by