per.andreas.brodtkorb 14 years ago
parent 171a0cd0c6
commit 1729997387

@ -10,17 +10,16 @@
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#!/usr/bin/env python #!/usr/bin/env python
from __future__ import division from __future__ import division
from itertools import product
#from misc import tranproc, trangood
from numpy import pi, sqrt, atleast_2d, exp, newaxis #@UnresolvedImport
from scipy import interpolate, linalg
from scipy.special import gamma
from wafo.misc import meshgrid
import copy import copy
import warnings
import numpy as np import numpy as np
from numpy import pi, sqrt, atleast_2d, exp, newaxis, array #@UnresolvedImport
import scipy import scipy
from scipy import interpolate import warnings
from scipy import linalg
from scipy.special import gamma
from misc import tranproc, trangood
from itertools import product
from wafo.misc import meshgrid
_stats_epan = (1. / 5, 3. / 5, np.inf) _stats_epan = (1. / 5, 3. / 5, np.inf)
_stats_biwe = (1. / 7, 5. / 7, 45. / 2) _stats_biwe = (1. / 7, 5. / 7, 45. / 2)

Loading…
Cancel
Save