statcomp3 notes
- Programming is expression
- Top down design: cut whole project into small pieces
- Modular and Functional
- consider data structure
- use functions
- Code:
- start with smallest
- documentation
- comment
- use meaningful names
- use conventional names
- write tests
- revise
- Stat
- consider random tests
- use simulations to test
- Monte carlo
- stochastic optimization
- mutiple systems:
- use existing packages/softwares
- specialized tools
- numerical methods
- regular expressions
- update:
- learn new formula
- change data structure
Published
07 January 2014
Modified
1 July 2014