newEpsilon_gamma: Returns the vector of regularization parameter for gamma

newEpsilon_gammaR Documentation

Returns the vector of regularization parameter for gamma

Description

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

Usage

newEpsilon_gamma(object)

Arguments

object

an object that describes a matrix of negative binomial distributions.

Value

the regularization parameters for gamma.

Examples

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

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