scglue.models.prob.RMSE

class scglue.models.prob.RMSE(loc)[source]

Bases: MSE

A “sham” distribution that outputs negative RMSE on log_prob

Parameters:

loc (torch.Tensor) – Mean of the distribution

Methods

log_prob

Returns the log of the probability density/mass function evaluated at value.

Attributes