def stepDown(self, pars, x):
     """
     Complementary error function like.
     """
     return 0.5 * SpecfitFuns.downstep(pars, x)
예제 #2
0
 def stepdown(self,pars,x):
     """
     A fit function.
     """
     return 0.5*SpecfitFuns.downstep(pars,x)