holtwinters

package
v0.16.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2023 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultSeasonality       = 86400  // Seconds in 1 day
	DefaultBootstrapInterval = 604800 // Seconds in 7 days
	SecondsPerDay            = 86400
)

Variables

This section is empty.

Functions

func HoltWintersAnalysis

func HoltWintersAnalysis(series []float64, step int64, seasonality int64) ([]float64, []float64)

HoltWintersAnalysis do Holt-Winters Analysis

func HoltWintersConfidenceBands

func HoltWintersConfidenceBands(series []float64, step int64, delta float64, bootstrapInterval int64, seasonality int64) ([]float64, []float64)

HoltWintersConfidenceBands do Holt-Winters Confidence Bands

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL