Parameters to determine the marginal distribution of the SDE, $p_t(x)$.
(self, x, t)
| 30 | |
| 31 | @abc.abstractmethod |
| 32 | def marginal_prob(self, x, t): |
| 33 | """Parameters to determine the marginal distribution of the SDE, $p_t(x)$.""" |
| 34 | pass |
| 35 | |
| 36 | @abc.abstractmethod |
| 37 | def prior_sampling(self, rng, shape): |
no outgoing calls
no test coverage detected