gammy.utils.solve_covariance

solve_covariance

solve_covariance(u)numpy.ndarray[source]

Solve covariance matrix from moments

Parameters
uList[np.ndarray]

List of moments as defined by the get_moments() method call of a BayesPy node object.