| Copyright | (c) Alexander Vivian Hugh McPhail 2010 2014 |
|---|---|
| License | BSD3 |
| Maintainer | haskell.vivian.mcphail <at> gmail <dot> com |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
Numeric.Statistics.Surrogate
Description
Methods for tests using surrogate data
Documentation
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