.specfun.safe.product {texmex}R Documentation

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)

Arguments

x

a numeric vector

y

a numeric vector

Value

an appropriate numeric vector


[Package texmex version 2.4.9 Index]