Example Normal Distribution CDF
Syntax: normalcdf(lower bound, upper bound, mean, standard deviation)
Inputs:
-
Press SHIFT 3 to open the distribution menu
-
Fill all
normalcdf
arguments:normalcdf(65,80,70,4.5)
Distribution means something is being separated evenly. This involves distributing either a number or a variable out evenly in math. A pair of parentheses usually signals that something is to be distributed.
Press SHIFT 3 to open the distribution menu
Example Normal Distribution CDF
Syntax: normalcdf(lower bound, upper bound, mean, standard deviation)
Inputs:
Press SHIFT 3 to open the distribution menu
Fill all normalcdf
arguments: normalcdf(65,80,70,4.5)
There are some builtin distribution functions, pressing the ℹ️ icon will show more information about a function.
normalpdf
: normal probability density functionnormalcdf
: normal cumulative distribution functioninvNorm
: Inverse cumulative normal distributioninvT
: Inverse cumulative Student-t distributiontpdf
: Student-t probability densitytcdf
: Student-t distribution probabilitychi2pdf
: Chi-square probability densitychi2cdf
: Chi-square distribution probabilityFpdf
: F probability densityFcdf
: F distribution probabilitybinompdf
: Binomial probabilitybinomcdf
: Binomial cumulative densitypoissonpdf
: Poisson probabilitypoissoncdf
: Poisson cumulative densitygeometpdf
: Geometric probabilitygeometcdf
: Geometric cumulative density