Skip to main content
4-Participant
January 18, 2024
Solved

HOW TO CREATE A HISTOGRAM USING GENERATED DATA

  • January 18, 2024
  • 3 replies
  • 1923 views

The attached mathcad code will generate a sample of m = 1000 values. I would like to create a histogram or curve of the data. Kindly assist. I want to verify if the data generated is normal. Thank you.

Best answer by ChrisKaswer

Maybe this version is what you're looking for...and the link for on-line help is here: Histogram Plot Process 

3 replies

17-Peridot
January 18, 2024

Is this what you're looking for?

4-Participant
January 18, 2024

Thanks Raiko. Not really. The y-axis should be proportion of X.

16-Pearl
January 18, 2024

Maybe this version is what you're looking for...and the link for on-line help is here: Histogram Plot Process 

4-Participant
January 18, 2024

Thanks Chris. That is better. I think I can modify it to get what I am looking for. I expect the histogram to be bellshaped (normal)

25-Diamond I
January 18, 2024

Comparing the cumulative distribution of your data with that of a standard 0,1-normal distribution shows, that your data seems not to follow a normal distribution.

The histogram shows this as well and you may also use the function "kurt" and "skew" with your data to test against a normal distribution.

Werner_E_0-1705592302299.png