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/test_graph_dist.py

    r588 r687  
    3333for i in d: print i 
    3434 
    35 from mystic.math.paramtrans import graphical_distance 
     35from mystic.math.distance import graphical_distance 
    3636from numpy import set_printoptions 
    3737set_printoptions(suppress=True) 
Note: See TracChangeset for help on using the changeset viewer.