Plotting of distribution curve
Plotting of distribution curve
(OP)
Is there an easy way to extract distribution curves from a data table? We currently record bag weights into an excel sheet. We are manually generating distribution curves and identifying the number of bags exceeding tolerance. This is a very tedious process and prone to error. Any suggestions?
RE: Plotting of distribution curve
If you have a list of numbers then finding the standard deviation and mean is trivially easy, and you can then plot the Gaussian distribution using the obvious function.
On the other hand if you are trying to bin your results then that is done using FREQUENCY.
Is either of those right, or is it something else?
Cheers
Greg Locock
RE: Plotting of distribution curve
If you wish to use the same "bins" each time then you can specify that. You can add a accumulated frequency - wich you can plot as distribution.
Descriptive statistics will give you more numbers such a stdev etc.
Best Regards
Morten
RE: Plotting of distribution curve