regress

package
v0.0.0-...-625be2c Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2013 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTable

func NewTable(t []*[]*float64) regressTable

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.
}

Jump to

Keyboard shortcuts

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