Skip to content

Coding the examples in Elementary Statistics 2nd edition Spence, Underwood, Duncan, Cotton

Notifications You must be signed in to change notification settings

nkabrown/elem-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elementary Statistics

Spence, Underwood, Duncan, and Cotton. Second edition. 1968.

A collection of tables and graphical representations of elementary statistical principles.

To view or try for yourself clone and install.

git clone https://github.com/nkabrown/elem-statistics.git

npm install

npm run build

Learnings

Figures can be abstracted into reusable classes. Figures are self-contained units, such as tables, that can be removed from the main flow of content.

Id attributes on a parent element are necessary to differentiate class instances from one another. This enables multiple class instances on the same page and the sharing of common HTML templates. Example

The Set data structure returns a collection of unique elements.

About

Coding the examples in Elementary Statistics 2nd edition Spence, Underwood, Duncan, Cotton

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published