Statistics and R

There are many packages to draw maps in R. Personally, I prefer to use leaflet and ggplot2. leaflet is a web application so that we can explore data interactively, and ggplot2 can merge data conveniently.
2021-04-01
2 min read
R
Basic concepts of EVT
2021-01-30
1 min read
Last time, we introduced the topic of Matrix Derivation. But we only discussed the situation when $f$ is a scalar. How about matrix $f$? The vectorization method is used in the derivation of matrix. Let’s start.
2020-12-29
1 min read