Interface DiscreteSeriesValues

A single series, most likely within a DiscreteSeriesSet

Hierarchy

  • DiscreteSeriesValues

Properties

Properties

description: string

The description of the series. There are a couple of special values:

  • Individual: an individual stochastic trace
  • Deterministic: A single trace for where no variation was observed across all replicates (particles)

Otherwise, the description is derived from the summary function.

name: string

The name of the series

y: number[]

The values of the variable within the series

Generated using TypeDoc