Documentation ¶
Overview ¶
Package asciistat draws boxplot like statistics as ASCII art.
Sensible: --------[------M---------]------|--)----- |------+----+--|--------------|--------------|--------------|--------------| 1ms 10ms 100ms 1s 10s 100s Legend: Full range indicated by ----------------------------- Median indicated by --------------M-------------- 25% to 75% indicated by --------[-----M--]----------- 90% indicated by --------[-----M--]-----|----- 98% indicated by --------[-----M--]-----|--)--
Works well for data raning from 1 to 100*1e9 if the range is not to small.
Index ¶
Constants ¶
View Source
const MaxInt = int(MaxUint >> 1)
View Source
const MaxUint = ^uint(0)
View Source
const MinInt = -MaxInt - 1
View Source
const MinUint = 0
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.