logsumexp {RSSL}R Documentation

Numerically more stable way to calculate log sum exp

Description

Numerically more stable way to calculate log sum exp

Usage

logsumexp(M)

Arguments

M

matrix; m by n input matrix, sum with be over the rows

Value

matrix; m by 1 matrix


[Package RSSL version 0.9.7 Index]