Skip to content

This package provides functions to test for a change of evidence over time. It can be used to examine volatile effects.

License

Notifications You must be signed in to change notification settings

mrzdcmps/changeofevidence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release GitHub last commit

Change of Evidence

This package provides functions to test for a change of Bayesian evidence over time which can be used to examine volatile effects. It includes the following sequential Bayesian testing methods:

  • Bayesian Sequential t-Tests
  • Bayesian Sequential Non-Parametric Tests (Wilcoxon Signed-Rank Test & Mann-Whitney U Test)
  • Bayesian Sequential Binomial Test
  • Bayesian Sequential Correlation Test

Unusual temporal patterns of evidence accumulation can be tested against an empirical null distribution set via creating simulated data sets.

Installation

# Install remotes if necessary
if (!requireNamespace("remotes")) install.packages("remotes")
# Get package from Github
remotes::install_github("mrzdcmps/changeofevidence")

How to use the package

Vignette

Random Files

You can download 10,000 data files each containing 1,000,000 random bits generated by a quantum random number generator (Quantis by idquantique) as source for the monte carlo simulations here: https://osf.io/gs42z/files/

About

This package provides functions to test for a change of evidence over time. It can be used to examine volatile effects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages