newEpsilon_W: Returns the vector of regularization parameter for W

newEpsilon_WR Documentation

Returns the vector of regularization parameter for W

Description

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.

Usage

newEpsilon_W(object)

Arguments

object

an object that describes a matrix of negative binomial distributions.

Value

the regularization parameters for W.

Examples

a <- newmodel(n=5, J=10)
newEpsilon_W(a)

fedeago/NewWave documentation built on March 28, 2022, 5:46 a.m.