getEpsilon_gamma_mu: Returns the vector of regularization parameter for gamma_mu

Description Usage Arguments Value Examples

Description

Given an object describing a ZINB model, returns a vector of size the number of columns in the parameter gamma_mu with the regularization parameters associated to each row.

Usage

1

Arguments

object

an object that describes a matrix of zero-inflated distributions.

Value

the regularization parameters for gamma_mu.

Examples

1
2
a <- zinbModel(n=5, J=10)
getEpsilon_gamma_mu(a)

zinbwave documentation built on Nov. 8, 2020, 8:11 p.m.