We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7198361 commit 7ab2fb7Copy full SHA for 7ab2fb7
test/test_inference.jl
@@ -32,7 +32,7 @@ lb3, ub3 = CausalELM.confidence_interval(
32
)
33
summary3 = summarize(dm_continuous, n=100)
34
35
-x₀, y₀, x₁, y₁ = rand(1:100, 100, 5), rand(100), rand(10, 5), rand(10)
+x₀, y₀, x₁, y₁ = rand(1:100, 500, 5), randn(500), randn(100, 5), randn(100)
36
its = InterruptedTimeSeries(x₀, y₀, x₁, y₁)
37
estimate_causal_effect!(its)
38
summary4 = summarize(its, n=100)
0 commit comments