stats

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package stats provides statistical functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Median

func Median(numbers []float64) float64

Median finds the middle number.

func Mode

func Mode(numbers []float64) (modes []float64)

Mode finds the number that appears the most often.

func StdDev

func StdDev(numbers []float64, mean float64) float64

StdDev calculate the amount of variation or dispersion.

func Sum

func Sum(numbers []float64) (total float64)

Sum up the inputs.

Types

This section is empty.

Jump to

Keyboard shortcuts

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