covmats.ConstantDriftMatrix# class covmats.ConstantDriftMatrix(n_pts: int)[source]# Represent a constant drift matrix (trend). __init__(n_pts: int) → None[source]# _summary_ Parameters: pts (NDArrayFloat) – _description_ Properties mat beta_dim s_dim Methods dot Return the dot product. get_gradient_dot_product Return the dot product of the gradient of the prior and the given input vector. get_values Return the values of the prior term.