We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c1bb4 commit 8099047Copy full SHA for 8099047
src/pytools/data/_simulation.py
@@ -178,7 +178,7 @@ def sim_data(
178
- two_way_coef[0] * tmp_data.TwoFactor1
179
+ two_way_coef[1] * tmp_data.TwoFactor2
180
+ two_way_coef[2] * tmp_data.TwoFactor1 * tmp_data.TwoFactor2
181
- + tmp_data.Nonlinear1 ** 3
+ + tmp_data.Nonlinear1**3
182
+ 2 * np.exp(-6 * (tmp_data.Nonlinear1 - 0.3) ** 2)
183
+ 2 * np.sin(np.pi * tmp_data.Nonlinear2 * tmp_data.Nonlinear3)
184
)
0 commit comments