R6 does not offer interfaces. Hence all methods are considered as abstract.

Methods

Public methods


Method calc_statistic()

Abstract function that calculates the statistic for a given marked empirical process

Usage

Rn1_statistic$calc_statistic(Rn1)

Arguments

Rn1

marked empirical process as a double vector

Returns

statistic based on Rn1


Method clone()

The objects of this class are cloneable with this method.

Usage

Rn1_statistic$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.