goat-1.0.0: Time Series Compression

Copyright(c) Daniel Lovasko 2016-2017
LicenseBSD3
MaintainerDaniel Lovasko <daniel.lovasko@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Codec.Goat.ValueFrame.Decode

Description

Decoding of the compressed frame form into raw value points.

Synopsis

Documentation

valueDecode Source #

Arguments

:: ValueFrame

succinct frame form

-> [Float]

value points

Unpack value points from the succinct frame.