title: "Experiment: {{title}}" date: {{date}} tags: - experiment - research - {{technology}} status: {{hypothesis|running|completed|failed}} experiment_id: EXP-{{number}}
Experiment: {{title}}¶
Hypothesis¶
Clear statement of what you expect to happen
If {{condition}}, then {{expected-outcome}} because {{reasoning}}.
Background¶
Context¶
Why this experiment matters and what led to it.
Related Work¶
- Previous experiments: [[]]
- Research papers:
- Industry examples:
Methodology¶
Variables¶
- Independent Variable: What we're changing
- Dependent Variable: What we're measuring
- Control Variables: What we're keeping constant
Setup¶
Tools & Technologies¶
- Tool 1: Purpose
- Tool 2: Purpose
Implementation¶
Step 1: {{step}}¶
Step 2: {{step}}¶
Data Collection¶
Metrics¶
| Metric | Method | Frequency |
|---|---|---|
| {{metric}} | {{how-measured}} | {{when}} |
Raw Data¶
Results¶
Quantitative Results¶
| Metric | Baseline | Result | Change |
|---|---|---|---|
| {{metric}} | {{value}} | {{value}} | {{%}} |
Qualitative Observations¶
-¶
Visualizations¶
graph LR
A[Input] --> B[Process]
B --> C[Output]
Analysis¶
Statistical Significance¶
- Test used:
- p-value:
- Confidence interval:
Interpretation¶
What the results mean in practical terms.
Conclusion¶
Hypothesis Validation¶
- Confirmed
- Partially confirmed
- Rejected
Key Findings¶
Surprises¶
Next Steps¶
- Follow-up experiment:
- Implementation in production:
- Share with team:
Reproducibility¶
Code Repository¶
Requirements¶
Instructions¶
Lessons Learned¶
What Worked¶
What Didn't Work¶
What I'd Do Differently¶
References¶
-¶
Experiment started: {{start-date}} | Completed: {{end-date}}