time-series-0.1.0.0: Time series analysis.

Portabilityportable
Stabilityexperimental
Safe HaskellSafe-Inferred

TimeSeries.Plot

Description

Format conversion for plotting data.

Synopsis

Documentation

rho09_100000 :: IO ()Source

Read correlated data from sample csv file and convert to format fed to "tplot" from timeplot package.

E.g. Plot to "out.png":

 $ tplot -if rho09.tmp -o out.png -or 1920x1080 -tf '%s' -dk lines

rho09_10000 :: IO ()Source

Like rho09_100000, but using fewer input data.

rho09 :: FilePath -> IO ()Source

Actual work for plotting.