MaxResponse

class MaxResponse(observedResponse: Response) : Response(source)

This response collects statistics across replications by observing the maximum of the supplied response.

Parameters

observedResponse

the response to be observed

Constructors

Link copied to clipboard
constructor(observedResponse: ResponseCIfc)
constructor(observedResponse: Response)