getEpsilon_W: Returns the vector of regularization parameter for W

getEpsilon_WR Documentation

Returns the vector of regularization parameter for W

Description

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

Usage

getEpsilon_W(object)

Arguments

object

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

Value

the regularization parameters for W.

Examples

a <- zinbModel(n=5, J=10)
getEpsilon_W(a)

drisso/zinbwave documentation built on March 18, 2024, 5:13 p.m.