# Generated by roxygen2: do not edit by hand

S3method(coef,psvr_mape)
S3method(coef,psvr_mape_sym)
S3method(coef,psvr_rmspe)
S3method(coef,psvr_rmspe_sym)
S3method(fitted,psvr_mape)
S3method(fitted,psvr_mape_sym)
S3method(fitted,psvr_rmspe)
S3method(fitted,psvr_rmspe_sym)
S3method(predict,psvr_mape)
S3method(predict,psvr_mape_sym)
S3method(predict,psvr_rmspe)
S3method(predict,psvr_rmspe_sym)
S3method(print,psvr_mape)
S3method(print,psvr_mape_sym)
S3method(print,psvr_rmspe)
S3method(print,psvr_rmspe_sym)
S3method(residuals,psvr_mape)
S3method(residuals,psvr_mape_sym)
S3method(residuals,psvr_rmspe)
S3method(residuals,psvr_rmspe_sym)
S3method(summary,psvr_mape)
S3method(summary,psvr_mape_sym)
S3method(summary,psvr_rmspe)
S3method(summary,psvr_rmspe_sym)
S3method(update,psvr_mape_linear_model)
S3method(update,psvr_mape_poly_model)
S3method(update,psvr_mape_rbf_model)
S3method(update,psvr_rmspe_linear_model)
S3method(update,psvr_rmspe_poly_model)
S3method(update,psvr_rmspe_rbf_model)
export(cost_psvr)
export(cost_psvr_ls_data)
export(make_kernel)
export(margin_percentage)
export(psvr_cv)
export(psvr_mape)
export(psvr_mape_linear)
export(psvr_mape_linear_fit)
export(psvr_mape_poly)
export(psvr_mape_poly_fit)
export(psvr_mape_rbf)
export(psvr_mape_rbf_fit)
export(psvr_option_add)
export(psvr_option_add_cost_ls)
export(psvr_rmspe)
export(psvr_rmspe_linear)
export(psvr_rmspe_linear_fit)
export(psvr_rmspe_poly)
export(psvr_rmspe_poly_fit)
export(psvr_rmspe_rbf)
export(psvr_rmspe_rbf_fit)
export(rbf_sigma_psvr)
export(rbf_sigma_psvr_data)
export(sigma_heuristic)
export(sym_type_param)
importFrom(Rcpp,evalCpp)
importFrom(stats,dist)
importFrom(stats,fitted)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,update)
importFrom(stats,var)
importFrom(utils,globalVariables)
useDynLib(psvr, .registration = TRUE)
