# Generated by roxygen2: do not edit by hand

export(detect_categorical_outliers)
export(detect_density)
export(detect_iforest)
export(detect_multivariate)
export(detect_outliers)
export(detect_ts_outliers)
export(diagnose_influence)
export(plot_interactive)
export(plot_outliers)
export(scan_data)
export(treat_outliers)
importFrom(isotree,isolation.forest)
importFrom(isotree,predict.isolation_forest)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,cooks.distance)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,stl)
importFrom(stats,ts)
