HLearn-distributions-0.2.1: Distributions for use with the HLearn library

Safe HaskellNone

HLearn.Gnuplot.Distributions

Description

This file contains the functions for plotting distributions using Gnuplot. The interface is still under heavy construction, so it's not very well documented as of yet.

Synopsis

Documentation

genPlotParams :: String -> a -> PlotParamsSource

provided due to backwards compatibility with the nuclear weapons blog post.

class PlottableDistribution dist whereSource

Instances

PlottableDistribution (KDE Double) 
(Show label, Show prob, Num prob, Ord prob) => PlottableDistribution (Categorical label prob)