hstatistics-0.2.5.4: Statistics

Copyright(c) Alexander Vivian Hugh McPhail 2010 2014
LicenseBSD3
Maintainerhaskell.vivian.mcphail <at> gmail <dot> com
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Numeric.Statistics.Surrogate

Description

Methods for tests using surrogate data

Synopsis

Documentation

surrogate Source #

Arguments

:: Int

random seed

-> Int

number of repetitions

-> (Array Int (Vector Double) -> a)

the evaluation function

-> Array Int (Vector Double)

the data

-> Array Int a

the results, with the evaluated real data in position 1 and the rest of the array containing the evaluated surrogate data

perform an analysis using surrogate data