Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpHistRealNumber ¶
type ExpHistRealNumber struct {
// contains filtered or unexported fields
}
func NewForRealNumber ¶
func NewForRealNumber(m int) *ExpHistRealNumber
func (*ExpHistRealNumber) Add ¶
func (e *ExpHistRealNumber) Add(x float64)
func (*ExpHistRealNumber) Drop ¶
func (e *ExpHistRealNumber) Drop()
func (*ExpHistRealNumber) Scale ¶
func (e *ExpHistRealNumber) Scale(gamma float64)
func (*ExpHistRealNumber) Size ¶
func (e *ExpHistRealNumber) Size() int
func (*ExpHistRealNumber) Sum ¶
func (e *ExpHistRealNumber) Sum() float64
func (*ExpHistRealNumber) Tail ¶
func (e *ExpHistRealNumber) Tail() Buckets
type ExpHistVector ¶
type ExpHistVector struct {
// contains filtered or unexported fields
}
func NewForVector ¶
func NewForVector(m int) *ExpHistVector
func (*ExpHistVector) Add ¶
func (e *ExpHistVector) Add(x []float64)
func (*ExpHistVector) Drop ¶
func (e *ExpHistVector) Drop()
func (*ExpHistVector) Scale ¶
func (e *ExpHistVector) Scale(gamma float64)
func (*ExpHistVector) Size ¶
func (e *ExpHistVector) Size() int
func (*ExpHistVector) Sum ¶
func (e *ExpHistVector) Sum() []float64
func (*ExpHistVector) Tail ¶
func (e *ExpHistVector) Tail() VectorBuckets
type VectorBucket ¶
type VectorBucket struct {
// contains filtered or unexported fields
}
type VectorBuckets ¶
type VectorBuckets [][]VectorBucket
func (VectorBuckets) Size ¶
func (b VectorBuckets) Size() int
func (VectorBuckets) Sum ¶
func (b VectorBuckets) Sum() []float64
Click to show internal directories.
Click to hide internal directories.