Skip to contents

The ratio estimators' counterpart to de_log_prob(): one number per row, \(\log r(\theta, x)\), in standardized space (which for a ratio is also the original space – see nre()). A one-row x is broadcast against a taller theta, as de_log_prob() does.

Usage

de_log_ratio(de, theta, x)

Arguments

de

A fitted ratio estimator.

theta

Standardized parameters.

x

Standardized data.

Value

A numeric vector with one entry per row.