Rn1_KS {bootGOF} | R Documentation |
Kolmogorov-Smirnov-statistic for marked empirical process
Description
Implements the "interface" Rn1_statistic
Super class
bootGOF::Rn1_statistic
-> Rn1_KS
Methods
Public methods
Inherited 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.
[Package bootGOF version 0.1.0 Index]