Skip to content

Commit 3497d7c

Browse files
authored
Update and rename pseudo_data.py to pseudoData.py
1 parent 61b0a23 commit 3497d7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pseudo_data.py renamed to pseudoData.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# generate pseudoempirical data, using an empirical dataset and a causal model
2-
# Ruben Sanchez-Romero, August 2024
2+
# Ruben Sanchez-Romero
33

44
import numpy as np
55
from scipy import stats, linalg
66

7-
def pseudo_data(data,
7+
def pseudoData(data,
88
model,
99
sample_size = 1000,
1010
weights_given = False,
@@ -114,4 +114,4 @@ def pseudo_data(data,
114114

115115
return X, W, T
116116

117-
117+

0 commit comments

Comments
 (0)