summary

package
v0.0.0-...-c804a74 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Mean

func Mean(dataset []map[string]float64) map[string]float64

Mean: Returns the man of the dataset

func MeanWithoutOutliers

func MeanWithoutOutliers(dataset []map[string]float64) map[string]float64

MeanWithoutOutliers: Returns the mean of the dataset after removing values outside 2 standard deviations from the median

func Median

func Median(dataset []map[string]float64) map[string]float64

Median: Returns the median of the dataset

func MedianWithoutOutliers

func MedianWithoutOutliers(dataset []map[string]float64) map[string]float64

MedianWithoutOutliers: Returns the median of the dataset after removing values outside 2 std deviations from the median

func Mode

func Mode(dataset []map[string]float64) map[string]float64

Mode: Returns the mode of the dataset

func RemoveOutlier

func RemoveOutlier(dataset []float64) []float64

Types

This section is empty.

Jump to

Keyboard shortcuts

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