Estimate the library size parameters for the Kersplat simulation
kersplatEstLib(counts, params, verbose)
counts | counts matrix. |
---|---|
params | KersplatParams object to store estimated values in. |
verbose | logical. Whether to print progress messages |
KersplatParams object with library size parameters
Parameters for the log-normal distribution are estimated by fitting the
library sizes using fitdist
. All the fitting
methods are tried and the fit with the best Cramer-von Mises statistic is
selected. The density of the library sizes is also estimated using
density
.