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

CopyrightCopyright (c) 2012-2015, David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

Simulation.Aivika.Experiment.FinalStatsView

Description

Tested with: GHC 7.8.3

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.

finalStatsTransform :: ResultTransform

The transform applied to the results before receiving series.

finalStatsSeries :: ResultTransform

It defines the series for which the statistics to be collected.

defaultFinalStatsView :: FinalStatsView Source

The default statistics view.