- convert-to-standard-normal x mean varianceprocedure
returns a value for x rescaling the given normal distribution to a standard N(0, 1).
> (convert-to-standard-normal 5 6 2) -1/2
returns a value for x rescaling the given normal distribution to a standard N(0, 1).
> (convert-to-standard-normal 5 6 2) -1/2