VUCA (latest curriculum writing)
integrating the concept of “risk” even mentioning “Chief Risk Officer” and VUCA, in this special curriculum:
https://github.com/4dsolutions/School_of_Tomorrow/blob/master/stats_works.ipynb
Look for this image:
At the link above for the School of Tomorrow, you will see that image, and what comes below it is intense mathematics which is why they present it as a moving gif.
In [30]:
fig = plt.figure() # fresh and new
ax = plt.subplot(‘111’) # 1 row, 1 column, subplot 1
plt.xlabel(“x”)
plt.ylabel(“y”)
ax.plot(domain, result);
And most of it makes good sense even if you do not read the math.
Here is an example:
This text will be Connecting Calculus with Statistics
The high school calculus I went through was quite divorced from statistics. The statisticians refer to probability density functions, and associated cumulative density functions, where the latter is the integral of the former, but the high school delta calc teachers rarely did much in the other direction, to connect their textbooks with the ones used in statistics.