Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 775 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 775 Bytes

Grammian Angular Fields

Build Status

A small package that converts a univariate array into a Grammian Angular Field.

The usage is super simple and the code

grammify(1:4)

produces

4×4 Array{Float64,2}: 1.0 0.333333 -0.333333 -1.0
0.333333 -0.777778 -1.0 -0.333333 -0.333333 -1.0 -0.777778 0.333333 -1.0 -0.333333 0.333333 1.0