Ignore:
Timestamp:
06/15/13 18:43:09 (3 years ago)
Author:
mmckerns
Message:

renaming of some of the measure methods, including dirac_measure to measure
moved dirac_measure.py to discrete.py, and paramtrans to distance
added isinstance to tools; added min, max, ess_min, ess_max to measures
moved dirac_measure.coords to dirac_measure.positions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UQ/math/legacy/envelope/envelope.py

    r675 r687  
    1515debug = False 
    1616 
    17 from mystic.math.paramtrans import infeasibility, _get_xy 
     17from mystic.math.distance import infeasibility, _get_xy 
    1818 
    1919def graphical_distance(model, points, **kwds): 
Note: See TracChangeset for help on using the changeset viewer.