How is a normally distributed variable notated?
X∼N(µ,σ²), where µ is the mean and σ² is the variance
How is the standard normal variable notated?
Z
How is the standard normal variable distributed?
Z∼N(0,1)
How is P(Z≤z) notated?
ϕ(z)
What is P(Z≥z) equal to?
1-ϕ(z)
What is P(Z≤-z) equal to?
1-ϕ(z)
What is P(z₁≤Z≤z₂) equal to?
ϕ(z₂)-ϕ(z₁)
For a variable X∼N(µ,σ²), how can P(X≤x) be calculated?
ϕ((x-µ)/σ)