statistics-0.16.3.0: A library of statistical types, data, and functions
Copyright(c) 2013 Bryan O'Sullivan
LicenseBSD3
Maintainer[email protected]
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Statistics.Sample.Internal

Description

Internal functions for computing over samples.

Documentation

robustSumVar :: Vector v Double => Double -> v Double -> Double Source #

sum :: Vector v Double => v Double -> Double Source #