Learn R Programming

texmex (version 2.4.9)

.specfun.safe.product: Compute pmax(x y, -1) in such a way that zeros in x beat infinities in y.

Description

This is a common pattern in much of the distribution code, so it's worth factoring out.

Usage

.specfun.safe.product(x, y)

Value

an appropriate numeric vector

Arguments

x

a numeric vector

y

a numeric vector