MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / DiscreteStats

Struct DiscreteStats

stats.go:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type DiscreteStats struct {
18 data []string
19 summaryData [][]string
20 count int
21 unique int
22 missing int
23 counter map[string]int
24}
25
26type ContinuousStats struct {
27 data []float64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected