How do I normalize a uniform dist?

1.4k Views Asked by At

If I have a uniform distribution over A to B, and I want to find the prb of a trial being within 1 std dev, once I have the mean and std dev, how do I normalize this, so the mean is 0 and a std dev is 1. I realize the process is similar to standardizing a nonstd normal dist.