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

    r621 r687  
    1919 
    2020# build a scenario 
    21 from mystic.math.dirac_measure import scenario 
     21from mystic.math.discrete import scenario 
    2222c = scenario() 
    2323c.load(solved, npts) 
     
    5353#""" 
    5454 
    55 #from mystic.math.paramtrans import graphical_distance 
     55#from mystic.math.distance import graphical_distance 
    5656from envelope import graphical_distance 
    5757from numpy import set_printoptions 
Note: See TracChangeset for help on using the changeset viewer.