newEpsilon_alpha: Returns the vector of regularization parameter for alpha

newEpsilon_alphaR Documentation

Returns the vector of regularization parameter for alpha

Description

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

Usage

newEpsilon_alpha(object)

Arguments

object

an object that describes a matrix of negative binomial distributions.

Value

the regularization parameters for alpha.

Examples

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

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