module Goal.Probability.Graphical where import Goal.Geometry import Goal.Probability.ExponentialFamily -- | A 'Function' from the 'Mixture' 'Coordinates' of one 'ExponentialFamily' to -- another. Fundamental to neural networks of various kinds. type NaturalFunction = Function Mixture Natural