- Timestamp:
- 10/29/12 08:43:27 (4 years ago)
- Location:
- branches/UQ/math/legacy
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UQ/math/legacy/TEST_OUQ_1dData.py
r575 r582 201 201 + (ny * w_upper) + (ny * a_upper) \ 202 202 + (nz * w_upper) + (nz * v_upper) \ 203 + (Y_lower) + (Y_upper) 203 + (Y_lower) + (Y_upper)*(_n - 1) 204 204 bounds = (lower_bounds,upper_bounds) 205 205 -
branches/UQ/math/legacy/TEST_OUQ_1dSurr_CxCy.py
r575 r582 202 202 + (ny * w_upper) + (ny * a_upper) \ 203 203 + (nz * w_upper) + (nz * v_upper) \ 204 + (Y_lower) + (Y_upper) 204 + (Y_lower) + (Y_upper)*(_n - 1) 205 205 bounds = (lower_bounds,upper_bounds) 206 206 -
branches/UQ/math/legacy/TEST_OUQ_1dSurr_Cy.py
r575 r582 202 202 + (ny * w_upper) + (ny * a_upper) \ 203 203 + (nz * w_upper) + (nz * v_upper) \ 204 + (Y_lower) + (Y_upper) 204 + (Y_lower) + (Y_upper)*(_n - 1) 205 205 bounds = (lower_bounds,upper_bounds) 206 206 -
branches/UQ/math/legacy/TEST_OUQ_StStSurr_Cy.py
r575 r582 202 202 + (ny * w_upper) + (ny * a_upper) \ 203 203 + (nz * w_upper) + (nz * v_upper) \ 204 + (Y_lower) + (Y_upper) 204 + (Y_lower) + (Y_upper)*(_n - 1) 205 205 bounds = (lower_bounds,upper_bounds) 206 206
Note: See TracChangeset
for help on using the changeset viewer.