Documentation ¶ Index ¶ type Boxplot func NewBoxPlot(size int) *Boxplot func (b *Boxplot) Calculate() func (b *Boxplot) IQR() float64 func (b *Boxplot) Lower() float64 func (b *Boxplot) Max() float64 func (b *Boxplot) Min() float64 func (b *Boxplot) Push(val float64) func (b *Boxplot) Upper() float64 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Boxplot ¶ type Boxplot struct { // contains filtered or unexported fields } func NewBoxPlot ¶ func NewBoxPlot(size int) *Boxplot func (*Boxplot) Calculate ¶ func (b *Boxplot) Calculate() func (*Boxplot) IQR ¶ func (b *Boxplot) IQR() float64 func (*Boxplot) Lower ¶ func (b *Boxplot) Lower() float64 func (*Boxplot) Max ¶ func (b *Boxplot) Max() float64 func (*Boxplot) Min ¶ func (b *Boxplot) Min() float64 func (*Boxplot) Push ¶ func (b *Boxplot) Push(val float64) func (*Boxplot) Upper ¶ func (b *Boxplot) Upper() float64 Source Files ¶ View all Source files boxplot.go Click to show internal directories. Click to hide internal directories.