Skip to content

Examples of rendering lines of best fit with linear regression in CoffeeScript using Raphaël and HTML5 Canvas

License

Notifications You must be signed in to change notification settings

benshimmin/linear-regression-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linear-regression-examples

Examples of rendering lines of best fit with linear regression in CoffeeScript using Raphaël and HTML5 Canvas.

See a live demonstration.

Documentation

The CoffeeScript source provides thorough documentation on how this project works.

Build

This project is built with CoffeeScript, HAML, and Sass. Compilation is quite straightforward in each case.

CoffeeScript

(Create a js/ directory into which the CoffeeScript files will be compiled.)

$ coffee -o js -c src/coffee/

HAML

$ haml -f html5 src/views/index.haml index.html

Sass

(Create a css/ directory into which the Sass files will be compiled.)

$ sass -c src/sass/master.sass:css/master.css

Licence

This software is released under the MIT License.

About

Examples of rendering lines of best fit with linear regression in CoffeeScript using Raphaël and HTML5 Canvas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published