stats

package
v0.0.0-...-ac85a3d Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfidenceInterval

type ConfidenceInterval struct {
	Left  float64
	Right float64
	C     float64
}

ConfidenceInterval is a confidence interval for a sample data

type Stats

type Stats struct {
	BaseCI   ConfidenceInterval
	TargetCI ConfidenceInterval
}

Stats indicates statistics for latency data

func Calculate

func Calculate(base, target []int64) (res Stats, err error)

Calculate calculate stats for latency data

Jump to

Keyboard shortcuts

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