https://github.com/cran/statcomp
Raw File
Tip revision: 6d34a467d90f37b6acd84996d35058b83f737a8f authored by Sebastian Sippel on 28 October 2019, 22:40:02 UTC
version 0.1.0
Tip revision: 6d34a46
NAMESPACE
# Generated by roxygen2: do not edit by hand

export(Abbe)
export(HVG)
export(MPR_complexity)
export(Turning_point)
export(adjust_pattern)
export(complexity_Renyi)
export(fis)
export(generate_lehmerperm_matrix)
export(global_complexity)
export(hellinger_distance)
export(henon_map)
export(jensen_shannon_divergence)
export(limit_curves)
export(logistic_map)
export(migfc)
export(nbitflips)
export(ordinal_pattern_distribution)
export(ordinal_pattern_time_series)
export(permutation_entropy)
export(permutation_entropy_Renyi)
export(permutation_entropy_qlog)
export(powernoise)
export(q_complexity)
export(quadratic_map)
export(rank_to_permutation)
export(schuster_map)
export(skew_tent_map)
export(tent_map)
export(transformPermCoding)
export(weighted_ordinal_pattern_distribution)
useDynLib(statcomp, .registration = TRUE)
back to top