Open
Description
Dear authors,
I was looking for the python open source of Kriging to solve my works. Feel lucky to find this convenience and clean package. However, I found a small strange number (parameter) with 3.
in the exponential function of the line 58.
return psill * (1. - np.exp(-d/(range_/3.))) + nugget
Actually it doesn't affect the fitting performance, but the scale of the range may cause misunderstanding. Not sure if it is because of the unit from feet to meter or miss-assignment. I know this is A small issue, I am just curiosity about it.
Many thanks,
Jui-Fa