tfd_zinb {deepregression} | R Documentation |
Implementation of a zero-inflated negbinom distribution for TFP
Description
Implementation of a zero-inflated negbinom distribution for TFP
Usage
tfd_zinb(mu, r, probs)
Arguments
mu , r |
parameter of the negbin_ls distribution |
probs |
vector of probabilites of length 2 (probability for poisson and probability for 0s) |
[Package deepregression version 1.0.0 Index]