Papers › Bayesian regression and Bitcoin

Bayesian regression and Bitcoin

6 Oct 2014arXiv:1410.1231archive 2025-07-28

Devavrat Shah, Kang Zhang

In this paper, we discuss the method of Bayesian regression and its efficacy for predicting price variation of Bitcoin, a recently popularized virtual, cryptographic currency. Bayesian regression refers to utilizing empirical data as proxy to perform Bayesian inference. We utilize Bayesian regression for the so-called "latent source model". The Bayesian regression for "latent source model" was introduced and discussed by Chen, Nikolov and Shah (2013) and Bresler, Chen and Shah (2014) for the purpose of binary classification. They established theoretical as well as empirical efficacy of the method for the setting of binary classification. In this paper, instead we utilize it for predicting real-valued quantity, the price of Bitcoin. Based on this price prediction method, we devise a simple strategy for trading Bitcoin. The strategy is able to nearly double the investment in less than 60 day period when run against real data trace.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1410.1231")

Code

Syntology Ran 10 of 13 code samples harvested from 6 repositories linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 5 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: community (archive-listed): 13 samples from 6 repositories, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

15 repositories listed; official and paper-mentioned ones first.

SourangshuGhosh/BTCpredictor mentioned on GitHubMIT report
panditanvita/BTCpredictor mentioned on GitHubMIT report
raveenaaa/BitcoinPricing mentioned on GitHub report
sabsgeo/crypto-trading-bot mentioned on GitHubApache-2.0 report
sabsgeo/sentimentalmarket mentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 10 ran; 2 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
5ran · our draft was wrong
2ran · fixture could not drive it
3unverified

Licence: 8 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 6 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

choose_effective_centers stavros0/bitcoin-price-prediction/bitcoin_price_prediction/bayesian_regression.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 1402942d0885b747 · report
computeDelta shawnrajan7/Bayesian-Regression-and-Bitcoin/bitcoin.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · eb40608f370c62c2 · report
computeDelta raveenaaa/BitcoinPricing/bitcoin.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 3bc96df115ad2b9a · report
findMean akashsrikanth2310/Predicting-Bitcoin-Price-Variations-using-Bayesian-Regression-/bitcoin.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 396d865c150550af · report
findStd akashsrikanth2310/Predicting-Bitcoin-Price-Variations-using-Bayesian-Regression-/bitcoin.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · f74e8b4b084db3b7 · report
findTheSimilarityValues akashsrikanth2310/Predicting-Bitcoin-Price-Variations-using-Bayesian-Regression-/bitcoin.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 3596eba818752a48 · report
find_cluster_centers stavros0/bitcoin-price-prediction/bitcoin_price_prediction/bayesian_regression.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · b9dd41be3c7a35f3 · report
generate_timeseries stavros0/bitcoin-price-prediction/bitcoin_price_prediction/bayesian_regression.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 161a2eb75063855d · report
similarity shawnrajan7/Bayesian-Regression-and-Bitcoin/bitcoin.py community (archive-listed) ran · violated contract fingerprinted no licence file found · pointer only · 408e49df96405fae · report
similarity prmody96/Predicting-Bitcoin-Price-Variations-using-Bayesian-Regression/bitcoin.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 8582898b7905fbc6 · report
calc_support_and_resistance sabsgeo/crypto-trading-bot/sentimentalmarket/algorithms/trending_lines.py community (archive-listed) unverified Apache-2.0 (permissive) · e26e3994b72e9e6f · report
calc_vwap sabsgeo/crypto-trading-bot/sentimentalmarket/algorithms/technical_indicators.py community (archive-listed) unverified Apache-2.0 (permissive) · 9a4797bb7ff7584d · report
computeDelta prmody96/Predicting-Bitcoin-Price-Variations-using-Bayesian-Regression/bitcoin.py community (archive-listed) unverified no licence file found · pointer only · 6af741a51af070df · report

Tasks

Bayesian InferenceBinary ClassificationGeneral Classificationregression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections