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
def get_rp(self, loc, scale, data):
"""getRP.
getRP calculates the return period for a list/array of values or a single value.
Parameters
----------
data:[list/array/float]
value you want the coresponding return value for
loc: [float]
location parameter
scale: [float]
scale parameter
replace the individual keyword arguments to one single dictionary positional argument.
parameters = {"loc", val, "scale": val}
[statista] statista/distributions.py (Lines 626-639)
Open in IDE · Open on GitHub
Created from JetBrains using CodeStream
The text was updated successfully, but these errors were encountered: