combined_scaled_MAD_envelope: Combined global scaled maximum absolute difference (MAD)...

Description Usage Arguments References

Description

Given a list of curve_set objects, a combined global scaled (directional quantile or studentized) MAD envelope test is performed with the test functions saved in the curve set objects. Details of the combined test can be found in Mrkvicka et al.

Usage

1
2
combined_scaled_MAD_envelope(curve_sets, test = c("qdir", "st"),
  alpha = 0.05, probs = c(0.025, 0.975), ...)

Arguments

curve_sets

A list of objects of type curve_set or envelope.

test

Either "qdir" for the qdir_envelope test or "st" for the st_envelope test.

alpha

The significance level. The 100(1-alpha)% global envelope will be calculated.

probs

A two-element vector containing the lower and upper quantiles for the envelope, in that order and on the interval [0, 1]. The default values are 0.025 and 0.975.

...

Additional parameters to be passed to qdir_envelope (if test = "qdir") or st_envelope (if test = "st").

References

Mrkvicka, T., Myllymäki, M. and Hahn, U. Multiple Monte Carlo testing, with applications in spatial point processes. Revision submitted to Statistics & Computing.


myllym/spptest documentation built on May 23, 2019, noon