I think this would be a relatively straightforward PR to do, once the software design decisions were made (where to store theaz.loo()method and how best to autolog it). I think, provided one of the pymc-marketing devs is happy to support there - then this could actually be a great fi...
18 @@ """Mathematical functions used within Stone Soup""" import copy -import itertools import warnings from functools import lru_cache import numpy as np from numpy import linalg as LA -from numpy import matlib as matlib from ..types.array import CovarianceMatrix, StateVector, StateVectors ...