fit_lnpois_cpp {hahmmr} | R Documentation |
Fit MLE of log-normal Poisson model
Description
Fit MLE of log-normal Poisson model
Usage
fit_lnpois_cpp(Y_obs, lambda_ref, d)
Arguments
Y_obs |
Vector of observed counts |
lambda_ref |
Vector of reference rates |
d |
integer Total depth |
Value
NumericVector MLE estimates of mu and sigma
[Package hahmmr version 1.0.0 Index]