You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docstring for regulariser(...) in oilmm.jl does not match the function signature used:
""" regulariser(fx, y) Computes the regularisation term of the logpdf. See e.g. appendix A.4 of [1] - Bruinsma et al 2020."""functionregulariser(
H::Orthogonal{T},
σ²::T,
Y::AbstractMatrix{T},
) where {T<:Real}
This function signature in the docstring matches that of regulariser(...) in ilmm.jl.
Perhaps it would be worth adding a new method for regulariser(fx::FiniteGP{<:OILMM}, y)?
The text was updated successfully, but these errors were encountered:
The docstring for
regulariser(...)
in oilmm.jl does not match the function signature used:This function signature in the docstring matches that of
regulariser(...)
in ilmm.jl.Perhaps it would be worth adding a new method for
regulariser(fx::FiniteGP{<:OILMM}, y)
?The text was updated successfully, but these errors were encountered: