Documentation ¶
Overview ¶
Package holtwinterstype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Additive = HoltWintersType{"add"} Multiplicative = HoltWintersType{"mult"} )
Functions ¶
This section is empty.
Types ¶
type HoltWintersType ¶
type HoltWintersType struct {
Name string
}
func (HoltWintersType) MarshalText ¶
func (h HoltWintersType) MarshalText() (text []byte, err error)
func (HoltWintersType) String ¶
func (h HoltWintersType) String() string
func (*HoltWintersType) UnmarshalText ¶
func (h *HoltWintersType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.