Some exercises under jupyter enviroment
python_basic_exercises.ipynb
turtle_exercises/
- python_math_fundamental.ipynb
"BAYESIAN STATISTICS THE FUN WAY"
- R_exercises.ipynb
- GPT_illustrated.ipynb
- zero_ml.ipynb
install.packages('IRkernel') IRkernal::installspec() | Function | Comment |
|---|---|
get_raw_repr(s) | to remove qoute when using repr() |
lprint(math) | to display a string as a math formula under latex formation |
tl(ex) | to print a title for separating every exercise |
| Function | Comment |
|---|---|
choose(n,k) | |
binomial(k,n,p) | |
pbinom(k,n,p,lower_tail=True) | |
beta(p,alpha,beta) |