Skip to content

Commit

Permalink
change name of generalised_logistic_function to generalized_logistic_…
Browse files Browse the repository at this point in the history
…function
  • Loading branch information
RichieHakim committed Jun 27, 2024
1 parent 9c05dae commit 6abd517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bnpm/math_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def gaussian(x=None, mu=0, sig=1, plot_pref=False):
return gaus


def generalised_logistic_function(
def generalized_logistic_function(
x,
a=0,
k=1,
Expand Down

0 comments on commit 6abd517

Please sign in to comment.