Skip to content

Instantly share code, notes, and snippets.

@dieghernan
dieghernan / ht-index.R
Last active March 15, 2020 11:41
Head / tails 1.0 - R script
rm(list = ls())
initrun <- Sys.time()
#Implementation of head/tails 1.0
#1. Characterization of heavy-tail distributions----
set.seed(1234)
#Pareto distribution a=2 b=6 n=1000
@dieghernan
dieghernan / ht-index.md
Last active March 15, 2020 11:42
Head / tails 1.0 - rendered reprex
rm(list = ls())


initrun <- Sys.time()
#Implementation of head/tails 1.0


#1. Characterization of heavy-tail distributions----
set.seed(1234)