Fit a uniform distribution to a histogram
Usage
fit_uniform(
x,
metric = c("mle", "jaccard", "intersection", "ks", "mse", "chisq")
)
# S3 method for numeric
fit_uniform(
x,
metric = c("mle", "jaccard", "intersection", "ks", "mse", "chisq")
)
# S3 method for table
fit_uniform(
x,
metric = c("mle", "jaccard", "intersection", "ks", "mse", "chisq")
)
# S3 method for Histogram
fit_uniform(
x,
metric = c("mle", "jaccard", "intersection", "ks", "mse", "chisq")
)
# S3 method for GenomicHistogram
fit_uniform(
x,
metric = c("mle", "jaccard", "intersection", "ks", "mse", "chisq")
)