_Original ticket http://projects.scipy.org/scipy/ticket/1647 on 2012-04-22 by @WarrenWeckesser, assigned to unknown._
The erlang distribution (in distributions.py) defines the method _arg_check inste…
Hi,
I am doing the following in julia:
t=[1 2 3 4 5 6 7 8 9;1 2 3 4 5 6 7 8 0.1].*0.0000001
mean(fft(t))
result:
9.999999999999994e-8 - 3.529303946892918e-23im
I am doing the same in matlab:
t=…
There is a [report](http://web.iiit.ac.in/~siddharth_ch/Projects/ML/Report.pdf) showing that ramp loss can give improvements over hinge loss.
But because it is not convex anymore, one needs special t…