How to normalize negative values for plotting a normal distribution

  • Context: Undergrad 
  • Thread starter Thread starter Weirdzzl
  • Start date Start date
  • Tags Tags
    Data
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Weirdzzl
Messages
6
Reaction score
0
Hi all, i got a set of negative values ranging from -0.0001 to -0.3. How do i effectively make them easier to compare and plot a normal distribution graph. can i just do exponential on the values? Thank you for the help
 
Physics news on Phys.org
Hey Weirdzzl.

Usually normalizing distributions involves calculating (X-mu)/sigma where if X is Normally distributed, then the result will give N(0,1) or a normalized normal.

Since your data is all negative it is not likely (especially if the sample size is big) that your distribution is normal.

If you want to make it normal you need to transform your data by some function y = f(x) where you apply the function f to all your sample points.

Doing this will depend on the nature of the distribution you have for your sample and what kind of distribution (i.e. population model) you assume the sample belongs to).

This requires graphical attributes of the distribution as well as knowledge about statistics, the nature of the data, and the context of the system that the data belongs in.

In short, it is not a trivial matter.