Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Webinar - Scientific Computing and Data Visualization

Webinar - Scientific Computing and Data Visualization

Webinar for Srijan Technologies on scientific computing and data visualization in Ruby.

Sameer Deshmukh

June 29, 2016
Tweet

More Decks by Sameer Deshmukh

Other Decks in Science

Transcript

  1. Runs in your browser Input cell – accepts Ruby code

    Output cell – can render HTML/CSS/JS @srijan #SrijanWW
  2. Storage types Dense Dense matrix. List Sparse matrix type storing

    data as a linked list. Yale Sparse type storing data in the 'New Yale' format. @srijan #SrijanWW
  3. Mapnya Nyaplot3D Bionya Map visualizations with inbuilt country charts. Three

    Dimensional interactive plots. Biology plots for visualizing relationships of genes. @srijan #SrijanWW
  4. Ruby wrapper over GNU Plot. Convieniently exposes all GNU Plot

    functions through Ruby. @srijan #SrijanWW
  5. Daru::Vector Heterogenous Array that can be indexed on any Ruby

    object. Name Label(0) Label(1) Label(2) ... Label(n-1) @srijan #SrijanWW
  6. Daru::DataFrame 2D spreadsheet like data structure indexed by rows or

    columns. Col0 Label(0) Label(1) Label(2) ... Label(n-1) Col1 Col2 Col(n-1) .... @srijan #SrijanWW