Skip to content

Commit

Permalink
Minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bernhardsson committed Mar 31, 2020
1 parent b1a606f commit 6043eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convoys/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def predict_ci(self, x, t, ci=0.8):

def predict(self, x, t):
'''Returns the value of the cumulative distribution function
for a fitted model.
for a fitted model (using the maximum a posteriori estimate).
:param x: feature vector (or matrix)
:param t: time
Expand Down

0 comments on commit 6043eb0

Please sign in to comment.