|
|
|
|
|
by blokeley
3261 days ago
|
|
When discussing python, the authors missed the elephant in the room: numpy. When almost any statistical work is done in python, we use numpy arrays, sometimes via the pandas or statsmodels etc. libraries. We seldom use native python types. |
|