trimbin: Binning and trimming of the test statistics vector.

Description Usage Arguments Details Value Author(s)

View source: R/trimmingbinning.R

Description

Binning and trimming of the test statistics vector.

Usage

1
2
3
4
5
6
7
8
trimbin(
  statistics,
  nbins = 100,
  trim = c(0.01, 0.99),
  bin = c("epdf", "ecdf"),
  symmetric = TRUE,
  plot = TRUE
)

Arguments

statistics

vector of test statistics.

nbins

number of bins.

trim

vector of size two with lower and upper limits for the trimming.

bin

"epdf" or "ecdf" binning using respectively, empirical density of cumulutive distribution function.

symmetric

symmetric trimming TRUE/FALSE.

plot

plot results TRUE/FALSE.

Details

details follow

Value

trimmed and binned vector of test statistics.

Author(s)

Maarten van Iterson


SSPA documentation built on Nov. 8, 2020, 5:50 p.m.