Skip to content

Commit

Permalink
typo in docs dixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Nov 22, 2023
1 parent 35a268a commit 5997d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fvgp/gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@ def gp_total_correlation(self, x_pred, x_out=None):
def gp_relative_information_entropy(self, x_pred, x_out=None):
"""
Function to compute KL divergence and therefore relative information entropy
of the prior distribution over-predicted function values and the posterior distribution.
of the prior distribution over predicted function values and the posterior distribution.
Parameters
----------
Expand Down Expand Up @@ -2025,7 +2025,7 @@ def gp_relative_information_entropy(self, x_pred, x_out=None):
def gp_relative_information_entropy_set(self, x_pred, x_out=None):
"""
Function to compute KL divergence and therefore relative information entropy
if the prior distribution over-predicted function values and the posterior distribution.
if the prior distribution over predicted function values and the posterior distribution.
Parameters
----------
Expand Down

0 comments on commit 5997d54

Please sign in to comment.