diff --git a/docs/downloads.html b/docs/downloads.html index 9339b99..5f5ff42 100644 --- a/docs/downloads.html +++ b/docs/downloads.html @@ -6,81 +6,189 @@ Downloads - CommitTrader Research
@@ -90,7 +198,7 @@

Download Research Data

-

📊 Event Study Results

+

Event Study Results

Complete event study results including abnormal returns and cumulative abnormal returns for all events. Includes metadata about each event. @@ -100,7 +208,7 @@

📊 Event Study Results

-

📈 Aggregated Results

+

Aggregated Results

Aggregated statistics by event type, including mean, median, and standard deviation of abnormal returns. @@ -110,7 +218,7 @@

📈 Aggregated Results

-

📋 Summary Statistics

+

Summary Statistics

High-level summary of the analysis including total events, companies analyzed, and overall statistics. @@ -120,7 +228,7 @@

📋 Summary Statistics

-

📄 Full Report (HTML)

+

Full Report (HTML)

Complete interactive report with all visualizations and statistical tests. Can be viewed offline. @@ -128,8 +236,8 @@

📄 Full Report (HTML)

View Report
-
-

Citation

+
+

Citation

If you use this data in your research, please cite:

 @misc{committrader,
diff --git a/docs/index.html b/docs/index.html
index 9089844..5cd360d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -7,193 +7,245 @@
     
     CommitTrader Research
     
 
diff --git a/docs/methodology.html b/docs/methodology.html
index e875afb..ab4857a 100644
--- a/docs/methodology.html
+++ b/docs/methodology.html
@@ -6,82 +6,163 @@
     
     Methodology - CommitTrader Research
     
 
 
     
 
     
diff --git a/docs/report.html b/docs/report.html index 45a4937..b21c94c 100644 --- a/docs/report.html +++ b/docs/report.html @@ -6,134 +6,262 @@ CommitTrader Research - Full Report + + ← Back to Home +
-

📊 CommitTrader Research - Full Report

+

CommitTrader Research Report

Quantitative Analysis of GitHub Activity and Stock Price Relationships
@@ -163,7 +291,7 @@

Executive Summary

- + @@ -194,13 +322,13 @@

Executive Summary

- +

Key Findings

-

Research Question

+

Research Question

Does public GitHub activity from open-source repositories associated with publicly traded companies have measurable impact on stock prices? @@ -217,7 +345,7 @@

Main Results

Statistical Significance

- + @@ -228,140 +356,111 @@

Statistical Significance

- + - + - + - + - + - + - + - + - + - + - +
t_test 0.1794 ns 1413
sign_test 0.6321 ns N/A
wilcoxon_test 0.8225 ns1413N/A
cross_sectional 0.1794 ns 1413
CAR_0_0_test 0.1794 ns 1413
CAR_0_1_test 0.8090 ns 1413
CAR_-1_1_test 0.9373 ns 1413
CAR_0_5_test 0.5458 ns 1413
CAR_-5_5_test 0.5023 ns 1413
- -

- Significance Levels: - *** p < 0.01 (highly significant) | - ** p < 0.05 (significant) | - * p < 0.10 (marginally significant) | - ns not significant -

-
- -
-

Cumulative Abnormal Returns Distribution

-
-
-
-
-
-
-

Abnormal Returns by Event Type

-
-
-
-
-
- -
-

Event Timeline Analysis

-
-
-
-
-
- -
-

Top Events

-
-
-
-

Methodology

-

Event Study Approach

-
    -
  1. Event Identification: GitHub releases, commit spikes, and milestones
  2. -
  3. Expected Returns: Market model with OLS parameter estimation
  4. -
  5. Abnormal Returns: AR = Actual Return - Expected Return
  6. -
  7. Statistical Testing: Multiple parametric and non-parametric tests
  8. -
  9. Aggregation: Cross-sectional analysis across all events
  10. -
+

Event Study Design

+

+ This analysis employs standard event study methodology to measure abnormal stock returns + around GitHub release events. The market model is used to calculate expected returns: +

+

+ E(Rit) = αi + βi × Rmt +

+

+ Where Rit is the stock return, Rmt is the market return (S&P 500), + and parameters are estimated over a 100-day estimation window (-130 to -31 days before the event). +

-

Event Windows

+

Statistical Tests

    -
  • Event Window: -5 to +5 trading days around event
  • -
  • Estimation Window: -130 to -31 days before event
  • -
  • Market Index: S&P 500 (^GSPC)
  • +
  • t-test: Parametric test for mean abnormal returns
  • +
  • Sign test: Non-parametric test based on proportion of positive ARs
  • +
  • Wilcoxon test: Non-parametric rank-based test
  • +
  • Cross-sectional test: Tests for abnormal returns using cross-sectional variance
+ +

Event Windows

+

Multiple event windows tested: (0,0), (0,+1), (-1,+1), (0,+5), and (-5,+5) days