Compute the 3-sigma limits and the corresponding p-value

sigma3(x, mixing = "less")

Arguments

x

An object of class FLQuant.

mixing

Alternative hypothesis to be tested by snpar::runs.test. One of "two.sided", "less" (default) or "greater".

Value

A list with elements 'lcl', 'ucl' and 'p.value'.

Examples

data(sol274) sigma3(catch(stock))
#> $lcl #> [1] -6997.762 #> #> $ucl #> [1] 6997.762 #> #> $p.value #> [1] 0.001 #>