Kaba package statistics ed
...
Modules ed
- module histogram
Functions ed
- func static bottom10percent(data: f32[]) -> f32
- func static find_peaks(_h: f32[], sigma: f32) -> (f32[],f32[])
- func static majority_vote(points: f32[], R: f32) -> f32
- func static partial_sums(list: f32[]) -> f32[]
- func static smoothen(list: f32[], D: i32) -> f32[]
- func static sorted_count_between(data: f32[], x0: f32, x1: f32) -> i32
- func static sorted_count_smaller(data: f32[], x: f32) -> i32
- func static top10percent(data: f32[]) -> f32
- func static variance(data: f32[]) -> f32