@@ -171,7 +171,7 @@ def test_rd():
171
171
172
172
Loads data and checks:
173
173
1. data is a dataframe
174
- 2. pymc_experiments .RegressionDiscontinuity returns correct type
174
+ 2. causalpy .RegressionDiscontinuity returns correct type
175
175
3. the correct number of MCMC chains exists in the posterior inference data
176
176
4. the correct number of MCMC draws exists in the posterior inference data
177
177
"""
@@ -200,7 +200,7 @@ def test_rd_bandwidth():
200
200
201
201
Loads data and checks:
202
202
1. data is a dataframe
203
- 2. pymc_experiments .RegressionDiscontinuity returns correct type
203
+ 2. causalpy .RegressionDiscontinuity returns correct type
204
204
3. the correct number of MCMC chains exists in the posterior inference data
205
205
4. the correct number of MCMC draws exists in the posterior inference data
206
206
"""
@@ -230,7 +230,7 @@ def test_rd_drinking():
230
230
231
231
Loads data and checks:
232
232
1. data is a dataframe
233
- 2. pymc_experiments .RegressionDiscontinuity returns correct type
233
+ 2. causalpy .RegressionDiscontinuity returns correct type
234
234
3. the correct number of MCMC chains exists in the posterior inference data
235
235
4. the correct number of MCMC draws exists in the posterior inference data
236
236
"""
@@ -290,7 +290,7 @@ def test_rkink():
290
290
291
291
Loads data and checks:
292
292
1. data is a dataframe
293
- 2. pymc_experiments .RegressionKink returns correct type
293
+ 2. causalpy .RegressionKink returns correct type
294
294
3. the correct number of MCMC chains exists in the posterior inference data
295
295
4. the correct number of MCMC draws exists in the posterior inference data
296
296
"""
@@ -319,7 +319,7 @@ def test_rkink_bandwidth():
319
319
320
320
Generates synthetic data and checks:
321
321
1. data is a dataframe
322
- 2. pymc_experiments .RegressionKink returns correct type
322
+ 2. causalpy .RegressionKink returns correct type
323
323
3. the correct number of MCMC chains exists in the posterior inference data
324
324
4. the correct number of MCMC draws exists in the posterior inference data
325
325
"""
@@ -349,7 +349,7 @@ def test_its():
349
349
350
350
Loads data and checks:
351
351
1. data is a dataframe
352
- 2. pymc_experiments .InterruptedTimeSeries returns correct type
352
+ 2. causalpy .InterruptedTimeSeries returns correct type
353
353
3. the correct number of MCMC chains exists in the posterior inference data
354
354
4. the correct number of MCMC draws exists in the posterior inference data
355
355
"""
@@ -385,7 +385,7 @@ def test_its_covid():
385
385
386
386
Loads data and checks:
387
387
1. data is a dataframe
388
- 2. pymc_experiments .InterruptedtimeSeries returns correct type
388
+ 2. causalpy .InterruptedtimeSeries returns correct type
389
389
3. the correct number of MCMC chains exists in the posterior inference data
390
390
4. the correct number of MCMC draws exists in the posterior inference data
391
391
"""
@@ -422,7 +422,7 @@ def test_sc():
422
422
423
423
Loads data and checks:
424
424
1. data is a dataframe
425
- 2. pymc_experiments .SyntheticControl returns correct type
425
+ 2. causalpy .SyntheticControl returns correct type
426
426
3. the correct number of MCMC chains exists in the posterior inference data
427
427
4. the correct number of MCMC draws exists in the posterior inference data
428
428
"""
@@ -463,7 +463,7 @@ def test_sc_brexit():
463
463
464
464
Loads data and checks:
465
465
1. data is a dataframe
466
- 2. pymc_experiments .SyntheticControl returns correct type
466
+ 2. causalpy .SyntheticControl returns correct type
467
467
3. the correct number of MCMC chains exists in the posterior inference data
468
468
4. the correct number of MCMC draws exists in the posterior inference data
469
469
"""
@@ -509,7 +509,7 @@ def test_ancova():
509
509
510
510
Loads data and checks:
511
511
1. data is a dataframe
512
- 2. pymc_experiments .PrePostNEGD returns correct type
512
+ 2. causalpy .PrePostNEGD returns correct type
513
513
3. the correct number of MCMC chains exists in the posterior inference data
514
514
4. the correct number of MCMC draws exists in the posterior inference data
515
515
"""
@@ -541,7 +541,7 @@ def test_geolift1():
541
541
542
542
Loads data and checks:
543
543
1. data is a dataframe
544
- 2. pymc_experiments .SyntheticControl returns correct type
544
+ 2. causalpy .SyntheticControl returns correct type
545
545
3. the correct number of MCMC chains exists in the posterior inference data
546
546
4. the correct number of MCMC draws exists in the posterior inference data
547
547
"""
0 commit comments