Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 798 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 798 Bytes

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.