pub fn average<F, M>(
batch_size: i64,
obs: &F::Input,
iqn: &IqnModel<F, M>,
mode: &IqnSample,
device: Device,
) -> TensorExpand description
Takes an average over percent points specified by mode.
obs- Observations.iqn- IQN model.mode- The way of taking percent points.