Skip to content

Commit

Permalink
Update gp.py
Browse files Browse the repository at this point in the history
added a missing word in posterior_mean docstring
  • Loading branch information
MarcusMNoack committed Mar 4, 2022
1 parent 2d12abc commit 1837257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvgp/gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ def default_mean_function(self,gp_obj,x,hyperparameters):
###########################################################################
def posterior_mean(self, x_iset):
"""
This function the posterior mean for a set of input points.
This function calculates the posterior mean for a set of input points.
Parameters
----------
Expand Down

0 comments on commit 1837257

Please sign in to comment.