next up previous
Link to Statistics and Actuarial Science main page
Next: About this document ...

STAT:7400 Computer Intensive Statistics
Coding Standards

Luke Tierney


Date: Spring 2018


Except for binary machine code, all computer code is intended to be read by humans. Well-written code makes this easy, and coding standards or guidelines help you create well-written code. Here are some guidelines to follow in code written for this course.

[Adapted from coding standards for Roger Peng's Biostat 776 at Johns Hopkins University.]

Good programming editors will help immensely in following good programming practices.

Some other coding style guides:

Some useful tools:




next up previous
Link to Statistics and Actuarial Science main page
Next: About this document ...
Luke Tierney 2018-01-10