newEpsilon_W {NewWave} | R Documentation |
Given an object describing a nb model, returns a vector of size the number
of columns in the parameter W
with the regularization
parameters associated to each column.
newEpsilon_W(object)
object |
an object that describes a matrix of negative binomial distributions. |
the regularization parameters for W
.
a <- newmodel(n=5, J=10) newEpsilon_W(a)