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
Since some CovModels are only valid up to a certain dimensionality (eg. Linear only in 1D, Circular only in nD for n<3), we should provide a dim_valid routine in the CovModel class, that could also be overridden by the user.
As default, we should return True since many models are valid in arbitrary dimensions.
The text was updated successfully, but these errors were encountered:
Since some CovModels are only valid up to a certain dimensionality (eg. Linear only in 1D, Circular only in nD for n<3), we should provide a
dim_valid
routine in theCovModel
class, that could also be overridden by the user.As default, we should return
True
since many models are valid in arbitrary dimensions.The text was updated successfully, but these errors were encountered: