# tamd package NAMESPACE

export(tamd)
export(tamd_select)
export(hellinger_affinity)
export(hellinger_affinity_matrix)
export(separation_gradient_mean)
export(separation_gradient_cov)
export(compute_tac)
export(compute_tic)
export(compute_bic)
export(compute_aic)
export(regularity_index)
export(rlct_gaussian)
export(simulate_gmm)
export(label_match)

S3method(print,   tamd)
S3method(summary, tamd)
S3method(plot,    tamd)

importFrom(stats,   kmeans, cov, var, rnorm, runif,
           dnorm, qchisq)
importFrom(utils,   tail)
importFrom(MASS,    mvrnorm, ginv)
importFrom(mvtnorm, dmvnorm)
