Changeset 687 for branches/UQ/math/legacy/envelope/conf_hausd.py
- Timestamp:
- 06/15/13 18:43:09 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UQ/math/legacy/envelope/conf_hausd.py
r592 r687 36 36 37 37 # COMPUTING HAUSDORFF DISTANCES 38 from mystic.math. paramtransimport graphical_distance38 from mystic.math.distance import graphical_distance 39 39 d_hausdorff = graphical_distance(model, d, ytol=0, xtol=(2.5,2.5, 0.0), cutoff=0.0, imax=100, hausdorff=(5.0, 5.0, 0.0, 25.0)) 40 40 if debug:
Note: See TracChangeset
for help on using the changeset viewer.