histutil

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Heatmap

type Heatmap struct {
	XAxis []time.Time  `json:"xAxis"`
	YAxis [][2]float64 `json:"yAxis"`
	Data  [][3]uint32  `json:"data"`
}

func BuildHeatmap

func BuildHeatmap(tdig [][]float32, tm []time.Time) *Heatmap

type Hist

type Hist struct {
	// contains filtered or unexported fields
}

func NewHist

func NewHist(div []float64) Hist

func (Hist) Bins

func (h Hist) Bins() [][2]float64

func (Hist) Index

func (h Hist) Index(x float64) int

func (Hist) NumBin

func (h Hist) NumBin() int

Jump to

Keyboard shortcuts

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