aivika-experiment-1.0: Simulation experiments for the Aivika library

Stabilityexperimental
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Safe HaskellNone

Simulation.Aivika.Experiment.FinalStatsView

Description

Tested with: GHC 7.4.1

The module defines FinalStatsView gathers the statistics in the final time points for different simulation runs.

Synopsis

Documentation

data FinalStatsView Source

Defines the View that gathers the statistics in the final time points.

Constructors

FinalStatsView 

Fields

finalStatsTitle :: String

This is a title for the view.

finalStatsDescription :: String

This is a description used in HTML.

finalStatsWriter :: SamplingStatsWriter Double

It shows the sampling statistics.

finalStatsPredicate :: Event Bool

It specifies the predicate that defines when we count data when gathering the statistics.

finalStatsSeries :: [String]

It contains the labels of data for which the statistics is collected.

defaultFinalStatsView :: FinalStatsViewSource

The default statistics view.