powered by
Convert between Z scores (values expressed in terms of standard deviation) to percentiles (the proportion of a normal distribution below).
convert_z_to_percentile(z)convert_percentile_to_z(percentile)z_to_percentile(z)percentile_to_z(percentile)
convert_percentile_to_z(percentile)
z_to_percentile(z)
percentile_to_z(percentile)
Z score or percentile.
# NOT RUN { z_to_percentile(1.96) percentile_to_z(0.975) # }
Run the code above in your browser using DataLab