epsest.func: Estimation of the non-null proportion

Description Usage Arguments Value Examples

Description

Estimates the proportion of non-nulls.

Usage

1

Arguments

x

the corresponding vector to be estimated

u

the mean of the null distribution

sigma

the standard deviation of the null distribution

Value

a value indicating the estimated non-null proportion

Examples

1
2
X <- rep(c(0,2),c(800,200))+rnorm(1000);
epsest.func(X,0,1);

CARS documentation built on May 2, 2019, 2:57 p.m.