AcrossReplicationRelativePrecisionChecker

class AcrossReplicationRelativePrecisionChecker(response: ResponseCIfc, desiredRelativePrecision: Double = 1.0, name: String? = null) : ModelElementObserver

This class will stop the simulation when the desired relative precision half-width criterion is met for the supplied response variable.

Parameters

response

the response to observe

desiredRelativePrecision

the desired relative precision for the half-width. It must be positive.

name

an optional name

Constructors

constructor(response: ResponseCIfc, desiredRelativePrecision: Double = 1.0, name: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override var label: String?
Link copied to clipboard
open override val name: String