dot-getABMLEProp: Helper function to derive MLE estimates of a, b from a vector...

.getABMLEPropR Documentation

Helper function to derive MLE estimates of a, b from a vector of proportions

Description

Helper function to derive MLE estimates of a, b from a vector of proportions

Usage

.getABMLEProp(
  prop,
  prop.offset = 1e-08,
  optim.method = "default",
  lower = 1,
  upper = Inf
)

Arguments

prop

vector of proportions.

prop.offset

offset to use when the proportion of reads is 0.

optim.method

optimization method passed to [stats::optim].

lower

lower bound for the shape parameters.

upper

upper bound for the shape parameters.

Value

a data frame of MLE estimates of a, b

See Also

[stats::optim] for available optimization methods


athchen/beer documentation built on July 2, 2022, 10:35 p.m.