Skip to content
Snippets Groups Projects

Rm callable types from flagUniLof

Merged Peter Lünenschloß requested to merge rmCallableTypes into develop
+ 2
2
@@ -123,11 +123,11 @@ class NoiseMixin:
Parameters
----------
func :
Either a String value, determining the aggregation function applied on every chunk.
Either a string, determining the aggregation function applied on every chunk
* 'std': standard deviation
* 'var': variance
* 'mad': median absolute deviation
Or a Callable function mapping 1 dimensional arraylikes onto scalars.
Or a Callable, mapping 1 dimensional array likes onto scalars.
window :
Window (i.e. chunk) size.
Loading