1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
= (equal)
P(x=a) = binompdf (n, p, a)
≤ (at most)
P(x≤a) = binomcdf (n, p, a)
< (less than)
P(x<a) = binomcdf (n, p, 1-a)
> (more than)
P(x>a) = 1- binomcdf (n, p, a)
≥ (at least)
P(x≥a) 1- binomcdf (n, p, 1-a)