# Generated by roxygen2: do not edit by hand

S3method(coef,symbolic_equation)
S3method(plot,bifurcation_analysis)
S3method(plot,cv_result)
S3method(plot,trajectory_simulation)
S3method(plot,tvr_derivative)
S3method(plot,validation_result)
S3method(predict,sde_model)
S3method(predict,symbolic_equation)
S3method(predict,variance_model)
S3method(print,cv_result)
S3method(print,qualitative_check)
S3method(print,residual_diagnostics)
S3method(print,sde_model)
S3method(print,symbolic_equation)
S3method(print,tvr_derivative)
S3method(print,validation_result)
S3method(summary,sde_model)
S3method(summary,symbolic_equation)
export(analysis_summary)
export(analyze_bifurcations)
export(analyze_fixed_points)
export(annotate_hypotheses)
export(bootstrap_parameters)
export(check_qualitative_behavior)
export(coefficient_table)
export(compare_differentiation_methods)
export(compare_estimation_methods)
export(compare_trajectories)
export(compute_derivative)
export(compute_derivative_fd)
export(compute_derivative_savgol)
export(compute_derivative_spectral)
export(compute_derivative_spline)
export(compute_derivative_tvr)
export(compute_derivatives)
export(compute_residuals)
export(construct_sde)
export(create_transformations)
export(cross_validate)
export(define_custom_operators)
export(diagnose_sampling_frequency)
export(ed_theme)
export(estimate_initial_values)
export(estimate_sde_iterative)
export(explore_dynamics)
export(export_results)
export(fit_residual_distribution)
export(fit_specified_equation)
export(format_equation)
export(generate_report)
export(get_analysis_template)
export(get_pareto_set)
export(list_example_data)
export(load_example_data)
export(model_comparison_table)
export(model_conditional_variance)
export(plot_bivariate)
export(plot_pareto_front)
export(plot_phase_1d)
export(plot_residual_diagnostics_panel)
export(plot_surface_3d)
export(plot_timeseries)
export(plot_trajectory_2d)
export(plot_tvr_diagnostic)
export(print_summary)
export(read_empirical_data)
export(residual_diagnostics)
export(save_plots)
export(select_equation)
export(select_lambda_cv_tvr)
export(sensitivity_analysis)
export(setup_julia_backend)
export(simulate_trajectory)
export(specify_variables)
export(suggest_differentiation_method)
export(symbolic_search)
export(symbolic_search_weighted)
export(to_latex)
export(validate_model)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(grDevices,svg)
importFrom(graphics,abline)
importFrom(graphics,contour)
importFrom(graphics,curve)
importFrom(graphics,filled.contour)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,persp)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,Box.test)
importFrom(stats,acf)
importFrom(stats,anova)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,dt)
importFrom(stats,fft)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,logLik)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,mvfft)
importFrom(stats,na.omit)
importFrom(stats,nls)
importFrom(stats,nls.control)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,simulate)
importFrom(stats,smooth.spline)
importFrom(stats,spectrum)
importFrom(stats,spline)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)
importFrom(utils,write.csv)
