-
- On Lisp
- ANSI Lisp
- SICP (wizard book)
- Paradigms of Artificial Intelligence Programming
- Artificial Intelligence
- Concrete Mathematics
- Mathematics for CS
- Probability, Random Variabl…
-
To keep track of cumulative numbers of infections, say, it would be useful to be able to couple up the disease transition (TransitionType.T) with a cumulative counter (TransitionType.B), so that equat…
-
-
1. A very nice historical account of probability: The Science of Conjecture: Evidence and Probability before Pascal
2. Probability theory (Courant Lecture Note) by Varadhan is one of the best I've r…
-
An addition to this model that @jorgebarro is working on is to incorporate stochastic income processes into the model. This necessitates changing the solution method and thus some of the structure o…
-
Hi Simone, welcome! @mmider and I saw this nice package and it appears we have some overlap in interest. Our background is a bit different (statistical inference for stochastic processes), it would b…
-
Environmental extremes such as floods, heat waves, storms etc. are a very "hot" topic at the moment. There is a lot of interest from people in climate change but also a lot of interesting maths (extre…
-
**Electricity Consumption**
https://nbviewer.jupyter.org/github/cs109-energy/cs109-energy.github.io/blob/master/iPython/Exploratory%20Analysis.ipynb
https://machinelearningmastery.com/how-to-load-an…
-
I am trying to think of how you would stochastically simulate a model with a periodic term within pygom. The common_models module intialisis a determiistic SIS model with periodic transmision in the f…
-
Currently, `IndexedBase` wraps a symbol to use as the _base_ symbol.
What about generalizing? For example, wrapping a function:
``` python
>>> af = Function("A")(x)
>>> A = IndexedBase(af)
>>> A[i]
…