TimeSeriesResponseCIfc

A limiting view of a TimeSeriesResponse via an interface.

Inheritors

Properties

Link copied to clipboard

If true, across replications statistics will be collected for each period. The default is false.

Link copied to clipboard
abstract val counters: List<CounterCIfc>

The counters associated with the time series response.

Link copied to clipboard
abstract var defaultStartTime: Double

The default time that the first period will start. By default, it is zero.

Link copied to clipboard
abstract val periodCounter: Int

Counts the number of periods collected

Link copied to clipboard
abstract var periodLength: Double

The length (in base time units) for the period

Link copied to clipboard
abstract val responses: List<ResponseCIfc>

The responses associated with the time series response.

Functions

Link copied to clipboard

If the acrossRepStatisticsOption option is true, then this function returns the across replication statistics for each period for the specified counter. If the counter is not associated with the time series collector, then an empty map is returned.

If the acrossRepStatisticsOption option is true, then this function returns the across replication statistics for each period for the specified response. If the response is not associated with the time series collector, then an empty map is returned.

open fun allAcrossReplicationStatisticsByPeriodAsDataFrame(confidenceLevel: Double = TimeSeriesResponse.defaultConfidenceLevel): DataFrame<TimeSeriesPeriodStatisticData>

Returns a data frame of the across replication statistics by period where the statistics are computed replications.

abstract fun allAcrossReplicationStatisticsByPeriodAsList(confidenceLevel: Double = TimeSeriesResponse.defaultConfidenceLevel): List<TimeSeriesPeriodStatisticData>

Returns a list of the across replication statistics by period where the statistics are computed replications.

Link copied to clipboard

Returns all time series period data as a data frame for responses and counters

Link copied to clipboard

Returns all time series period data as a list for responses and counters

Link copied to clipboard

Provides a data frame representation of the counter period data for the counter or an empty data frame if the counter is not collected.

Link copied to clipboard

Provides a data frame representation of the counter period data for the counter or an empty data frame if the counter is not collected.

Link copied to clipboard

Provides a data frame representation of the response period data for the response or an empty data frame if the response is not collected.

Link copied to clipboard

Provides a data frame representation of the response period data for the response or an empty data frame if the response is not collected.