# Generated by hand.

# Public estimators and utilities
export(pca_est)
export(pls_est)
export(spca_est)
export(rra_est)
export(ipca_est)
export(eval_factors)

# OOS forecasting helpers
export(oos_standardize)
export(select_ar_lag_sic)
export(estimate_ar_res)
export(estimate_ardl_multi)

# S3 methods — registered for dispatch, not exported as named functions
S3method(print,         sdim_fit)
S3method(summary,       sdim_fit)
S3method(print,         summary.sdim_fit)
S3method(plot,          sdim_fit)
S3method(predict,       sdim_fit)
S3method(print,         sdim_list)
S3method(predict,       sdim_spca)
S3method(print,         sdim_spca)
S3method(summary,       sdim_spca)
S3method(print,         summary.sdim_spca)
S3method(print,         sdim_eval)
S3method("[",           sdim_eval)

# Rcpp dynamic library
useDynLib(sdim, .registration = TRUE)
importFrom(Rcpp, evalCpp)

# Imports
importFrom(stats, sd, quantile)
importFrom(graphics, par, plot, title)
