Test if a data distribution follows a Gaussian distribution in MATLAB

Arnkrishn picture Arnkrishn · Dec 10, 2009 · Viewed 37.1k times · Source

I have some data points and their mean point. I need to find whether those data points (with that mean) follows a Gaussian distribution. Is there a function in MATLAB which can do that kind of a test? Or do I need to write a test of my own?

I tried looking at different statistical functions provided by MATLAB. I am very new to MATLAB so I might have overlooked the right function.

cheers

Answer

Amro picture Amro · Dec 10, 2009

Check this documentation page on all available hypothesis tests.

From those, for your purpose you can use:

... among others

You can also use some visual tests like: