Skip to content

v0.8.6: _computescale methods for maximum and mean (#46)

Choose a tag to compare

@Datseris Datseris released this 18 Jan 12:53
* _computescale methods for maximum and mean

* simplify _computescale for scale=mean

only divide by the number of items once;
do not change types (just work with Float64)

* doc comment