Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegressionParams ¶
type RegressionParams struct { Selected bool Pos *float64 // Positive regression threshold. Neg *float64 // Negative regression threshold. ReturnSegments bool // Return regression segments, otherwise return regression function values. Radius int // Size of array ahead and behind of window to use to verify regression. Window int // Distance in records to use to calculate delta. Must be >= 1. UsePercent bool // Return values are in percent. IgnoreLT float64 // Ignore absolute values < this amount if UsePercent is selected. }
Click to show internal directories.
Click to hide internal directories.