Reputation: 11
I have difficulties understanding the part h,1
in the definition below. What is this ,1
following the h
? The code is C++.
double Temp = Kernel((X(n) - X(m)) / h,1) / h;
The mathematical form of the equation is:
1/nh * Kernel((X(n) - X(m))/h)
Could it be a mistake?
Upvotes: 1
Views: 31