Skip to content

manoharan-lab/flyvbjerg-std-err

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Flyvbjerg Petersen Standard Error

Compute standard error on the mean of a timeseries of (possibly correlated) measurements. This is technique is superior to standard methods based on MSDs because it correctly considers the degree to which your data is correlated

import numpy as np
from flyvbjerg_petersen import fp_stderr

data = np.random.randn(1000)
err = fp_stderr(data)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages