Accord.Statistics.Links.ThresholdLinkFunction.Derivative2 C# (CSharp) Method

Derivative2() public method

First derivative of the Inverse function expressed in terms of it's output.
public Derivative2 ( double y ) : double
y double The reverse transformed value.
return double
        public double Derivative2(double y)
        {
            return 0;
        }