one-line
Last updated
Last updated
the number of ways to order n unique items.
n! = (n)(n-1)...(1)
0!=1, since there is only one way to order 0 items.
rescale
multiplication
step growth = next step, double the current
natural growth = consider each part, grow little by little
variance and standard deviation = dispersion
expected value = long-term average
covariance = two variables have same changes or not
皆是Yes or No events
bernoulli = single Binomial event
binomial = discrete occurrences among discrete trials. (擲骰子10次, )
poisson = discrete occurrences among a continuous domain. (5年一次地震, )