# Generated by roxygen2: do not edit by hand

# Main functions
export(kwela_analyze)
export(kwela_summarize)
export(kwela_diagnostics)

# Plate/batch functions
export(kwela_plate_normalize)
export(kwela_bootstrap_summary)

# Stochastic metrics
export(cv)
export(fano_factor)
export(ssmd)
export(normalized_stochastic_index)
export(snr_vs_control)

# Information-theoretic metrics
export(entropy)
export(jensen_shannon)

# Distance metrics
export(energy_distance)
export(wasserstein_1d)
export(log_euclidean_distance)
export(mahalanobis_distance)

# Scoring rules
export(crps_empirical)
export(dawid_sebastiani)
export(log_predictive_score)
export(interval_score)

# Stochastic profile
export(compute_stochastic_profile)

# Separation assessment
export(cohens_d)
export(assess_separation)

# Instability detection
export(compute_instability_flags)

# Utility functions
export(robust_scale)
export(safe_sd)

# Imports
importFrom(stats, dist, dnorm, ecdf, IQR, mad, median, pnorm, quantile, sd, var)
importFrom(graphics, hist)
