Help for this page

Select Code to Download


  1. or download this
    $p = pdf( $x, $m, $s );
    
  2. or download this
    $prob_density = pdf( $x, $mean, $std_dev );
    
  3. or download this
    $prob_density = pdf( { x => $x, mean => $mean, std_dev => $std_dev } )
    +;
    $prob_density = pdf( { z => $z } ) / $std_dev;