Learn R Programming

mcradds (version 1.1.1)

esd.critical: Compute Critical Value for ESD Test

Description

[Experimental]

A helper function to find the lambda for all potential outliers in each iteration.

Usage

esd.critical(alpha, N, i)

Value

a lambda value calculated from the formula.

Arguments

alpha

(numeric)
type-I-risk, \(\alpha\).

N

(integer)
the total number of samples.

i

(integer)
the iteration number, less than the number of biggest potential outliers.

Examples

Run this code
esd.critical(alpha = 0.05, N = 100, i = 1)

Run the code above in your browser using DataLab