Learn R Programming

bootGOF (version 0.1.0)

Rn1_KS: Kolmogorov-Smirnov-statistic for marked empirical process

Description

Implements the "interface" Rn1_statistic

Arguments

Super class

bootGOF::Rn1_statistic -> Rn1_KS

Methods

Public methods

Method calc_statistic()

calculates the Kolmogorov-Smirnov-statistic

Usage

Rn1_KS$calc_statistic(Rn1)

Arguments

Rn1

see Rn1_statistic

Returns

see Rn1_statistic

Method clone()

The objects of this class are cloneable with this method.

Usage

Rn1_KS$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.