Versions in this module Expand all Collapse all v0 v0.1.1 Dec 1, 2022 Changes in this version + func AdaptiveKolmogorovZurbenko(xs []float64, m, k int) []float64 + func KolmogorovZurbenko(xs []float64, m, k int) []float64 + func MovingAverage(xs []float64, m int) []float64 + type App struct + BaseDir string + StorageClient *storage.Client + func (a *App) RegisterOnMux(mux *http.ServeMux)