# Generated by roxygen2: do not edit by hand

export(american_option_binomial)
export(annualize_returns)
export(asset_clustering)
export(asset_correlation)
export(asset_correlation_matrix)
export(binomial_tree_option)
export(bootstrap_returns)
export(bs_option_price)
export(calc_returns)
export(clt_demonstration)
export(clt_pnl_ci)
export(clt_sample_means)
export(cluster_book_kmeans)
export(cluster_summary)
export(compute_efficient_frontier)
export(consistency_check)
export(cross_asset_analysis)
export(cross_validate_portfolio)
export(cvar_frontier)
export(cvar_minimize)
export(detect_regimes)
export(download_prices)
export(em_clustering)
export(em_regime)
export(embedding_2d)
export(equal_risk_contribution)
export(extract_features)
export(format_weights)
export(gaussian_mixture_em)
export(gbm_simulation)
export(gd_max_sharpe)
export(gd_min_variance)
export(get_example_prices)
export(get_returns)
export(gradient_descent_portfolio)
export(kmeans_regime)
export(knn_classify)
export(knn_money_flow)
export(market_regime_kmeans)
export(max_sharpe_portfolio)
export(mc_price_simulation)
export(mc_return_distribution)
export(mc_statistics)
export(min_variance_portfolio)
export(minimize_cvar)
export(monte_carlo_option)
export(mvo_efficient_frontier)
export(mvo_max_sharpe)
export(mvo_min_variance)
export(mvo_summary)
export(optimize_quotes_gd)
export(option_greeks)
export(option_price_simulation)
export(option_price_summary)
export(plot_asset_clusters)
export(plot_binomial_tree)
export(plot_correlation_heatmap)
export(plot_cvar_frontier)
export(plot_efficient_frontier)
export(plot_embedding)
export(plot_gd_convergence)
export(plot_mc_paths)
export(plot_option_simulation)
export(plot_pca_biplot)
export(plot_regimes)
export(plot_risk_contribution)
export(portfolio_asset_clustering)
export(portfolio_clustering)
export(portfolio_cvar)
export(portfolio_pca)
export(portfolio_performance)
export(portfolio_tsne)
export(portfolio_umap)
export(predict_regime_knn)
export(price_option_binomial)
export(price_option_mc)
export(regime_statistics)
export(risk_contribution)
export(risk_parity_portfolio)
export(risk_parity_weights)
export(rolling_correlation)
export(run_quantportr_app)
export(sampling_distribution)
export(scree_plot)
export(simulate_gbm_paths)
export(simulate_orderbook)
export(unbiasedness_check)
export(var_cvar)
export(var_cvar_analysis)
importFrom(class,knn)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,label_bquote)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_color_gradient)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_gradient2)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(quadprog,solve.QP)
importFrom(quantmod,Ad)
importFrom(quantmod,getSymbols)
importFrom(reshape2,melt)
importFrom(shiny,req)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,cov)
importFrom(stats,cutree)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,shapiro.test)
importFrom(stats,sigma)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(zoo,rollapply)
