Skip to content

ucla-epss-djames/BlockingMethod.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlockingMethod.jl

Description

This package performs time series analysis on a set of data. The estimator performs a “Blocking Method” to output the mean and standard error. For more information on the method refernce:

@article{article,
author = {Flyvbjerg, Henrik and Petersen, H.G.},
year = {1989},
month = {07},
pages = {},
title = {Error Estimates on Averages of Correlated Data},
volume = {91},
journal = {The Journal of Chemical Physics},
doi = {10.1063/1.457480}
}

Usage

The method returns two values, the mean and standard error for the set of data inputted into estimate.

# using the package
using BlockingMethod

# set of data
x = rand(1000)

mn, ste = estimate(x)

Releases

No releases published

Packages

No packages published

Languages