Learn R Programming

ecd (version 0.6.4)

ecd.manage_hist_tails: Manage histogram tails

Description

Manage histogram tails to remove very far outliers. histuple is list(hx = hist\$mids, hy = hist\$counts), which is an internal representation of histogram

Usage

ecd.manage_hist_tails(htu, merge_tails = c(0, 0))

Arguments

htu
list, input histuple
merge_tails
length-two numeric vector, points to be merged for left and right tails

Value

list, histuple

Examples

Run this code
## Not run: 
# htu2 <- ecd.manage_hist_tails(htu, c(1,2))
# ## End(Not run)

Run the code above in your browser using DataLab