You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
467 B

# Generated by roxygen2: do not edit by hand
S3method("[",tdigest)
S3method(as.list,tdigest)
S3method(length,tdigest)
S3method(print,tdigest)
S3method(quantile,tdigest)
export("%>%")
export(as_tdigest)
export(is_tdigest)
export(td_add)
export(td_create)
export(td_merge)
export(td_quantile_of)
export(td_total_count)
export(td_value_at)
export(tdigest)
export(tquantile)
importFrom(magrittr,"%>%")
importFrom(stats,quantile)
useDynLib(tdigest, .registration = TRUE)