Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 656 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 656 Bytes

A simple tool to see how asset returns evolve over time using Principal Components Analysis.

Install

This is a Phoenix app which uses Elm for the frontend.

##Code of Interest

  • See the front end's use of the Elm architecture here

  • The JavaScript glue between Elm and the Phoenix framework is here

  • Elixir code using Phoenix channels which interfaces with the database is here