- cutOff
A scalar between 0 and 1 indicating the interval,
i.e., [cutOff, 1 - cutOff], in which candidate change points lie.
- Q
A scalar representing the number of Monte Carlo simulations to run
while approximating the critical value (stardized Brownian bridge).
Default is 1000.
- boot
Logical, also compute bootstrap \(p\)-value if TRUE.
Default is FALSE.
- R
The number of bootstrap replicates. Only used when boot
is TRUE. Default is 1000.
- nqSup
A scalar giving the number of the support points for
quantile functions based on which the \(L^2\) Wasserstein distance
(i.e., the \(L^2\) distance between the quantile functions) is computed.
Default is 201.
- qSup
A numeric vector holding the support grid on [0, 1] based on
which the \(L^2\) Wasserstein distance (i.e., the \(L^2\) distance
between the quantile functions) is computed. It overrides nqSup.
- bwDen
The bandwidth value used in CreateDensity() for
density estimation; positive numeric - default: determine automatically
based on the data-driven bandwidth selector proposed by
Sheather and Jones (1991).
- ndSup
A scalar giving the number of support points the kernel density
estimation used in CreateDensity(); numeric - default: 101.
- dSup
User defined output grid for the support of
kernel density estimation used in CreateDensity(),
it overrides ndSup.
- delta
A scalar giving the size of the bin to be used used in
CreateDensity(); numeric - default: diff(range(y))/1000.
It only works when the raw sample is available.
- kernelDen
A character holding the type of kernel functions used in
CreateDensity() for density estimation; "rect",
"gauss", "epan", "gausvar",
"quar" - default: "gauss".
- infSupport
logical if we expect the distribution to have
infinite support or not, used in CreateDensity() for
density estimation; logical - default: FALSE
- denLowerThreshold
FALSE or a positive value giving
the lower threshold of the densities used in CreateDensity();
default: 0.001 * mean(qin[,ncol(qin)] - qin[,1]).