Google News
logo
Statistics in Data Science - Interview Questions
How to convert normal distribution to standard normal distribution?
Any point (x) from the normal distribution can be converted into standard normal distribution (Z) using this formula :
Z(standardized) = (x-µ) / σ?

Here, Z for any particular x value indicates how many standard deviations x is away from the mean of all values of x.
Advertisement