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 to method 'gpflow.models.GPR.predict_f_samples' explains the option of
'full_output_cov' of the method. It says 'if [full_output_cov==] True, draw correlated samples over the outputs'.
It's unclear what correlation is meant exactly.
It could be correlation between Ys at different Xs (but it's already controlled with parameter 'full_cov', isn't it?).
Also, if num_samples ~=None, it could be correlation between Ys in various samples.
Something else.
The text was updated successfully, but these errors were encountered:
The docstring to method 'gpflow.models.GPR.predict_f_samples' explains the option of
'full_output_cov' of the method. It says 'if [full_output_cov==] True, draw correlated samples over the outputs'.
It's unclear what correlation is meant exactly.
The text was updated successfully, but these errors were encountered: