# Generated by roxygen2: do not edit by hand

S3method("$",loo)
S3method("[",loo)
S3method("[[",loo)
S3method(E_loo,default)
S3method(E_loo,matrix)
S3method(dim,psis)
S3method(dim,psis_loo)
S3method(dim,waic)
S3method(loo,"function")
S3method(loo,array)
S3method(loo,matrix)
S3method(loo_model_weights,default)
S3method(plot,loo)
S3method(plot,psis)
S3method(plot,psis_loo)
S3method(print,compare.loo)
S3method(print,loo)
S3method(print,pareto_k_table)
S3method(print,pseudobma_bb_weights)
S3method(print,pseudobma_weights)
S3method(print,psis)
S3method(print,psis_loo)
S3method(print,stacking_weights)
S3method(print,waic)
S3method(print_dims,psis)
S3method(print_dims,psis_loo)
S3method(print_dims,waic)
S3method(psis,array)
S3method(psis,default)
S3method(psis,matrix)
S3method(relative_eff,"function")
S3method(relative_eff,array)
S3method(relative_eff,default)
S3method(relative_eff,matrix)
S3method(waic,"function")
S3method(waic,array)
S3method(waic,matrix)
S3method(weights,psis)
export(E_loo)
export(compare)
export(example_loglik_array)
export(example_loglik_matrix)
export(extract_log_lik)
export(gpdfit)
export(kfold_split_balanced)
export(kfold_split_random)
export(kfold_split_stratified)
export(loo)
export(loo.array)
export(loo.function)
export(loo.matrix)
export(loo_i)
export(loo_model_weights)
export(loo_model_weights.default)
export(mcse_loo)
export(nlist)
export(pareto_k_ids)
export(pareto_k_table)
export(pareto_k_values)
export(print_dims)
export(pseudobma_weights)
export(psis)
export(psis_n_eff_values)
export(psislw)
export(relative_eff)
export(stacking_weights)
export(waic)
export(waic.array)
export(waic.function)
export(waic.matrix)
export(weights.psis)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(matrixStats,colLogSumExps)
importFrom(matrixStats,colSums2)
importFrom(matrixStats,colVars)
importFrom(matrixStats,logSumExp)
importFrom(parallel,makePSOCKcluster)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(stats,constrOptim)
importFrom(stats,quantile)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stats,weights)
