fit_pos_optim {SRTsim} | R Documentation |
fitting data with poisson through optim function
Description
fitting data with poisson through optim function
Usage
fit_pos_optim(x, maxiter = 500)
Arguments
x |
A vector of count values to be fitted |
maxiter |
number of iteration |
Value
Returns a vector with mean paramter lambda, loglikelihood value llk, convergence
[Package SRTsim version 0.99.6 Index]