combined_scaled_MAD_bounding_curves_chars: Quantiles (qdir) or sds (st) for the combined scaled MAD...

Description Usage Arguments

Description

Quantiles (qdir) or sds (st) for the combined scaled MAD envelope tests, i.e. the quantities are calculated for all the curve sets provided in the list "curve_sets" and the results are returned in corresponding lists.

Usage

1
2
combined_scaled_MAD_bounding_curves_chars(curve_sets, test = c("qdir", "st"),
  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.

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.


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