$prob_density = pdf( { x => $x, mean => $mean, std_dev => $std_dev } ); $prob_density = pdf( { z => $z } ) / $std_dev;