Yes, I get you now.
f(x) -> normal curve or its equivalent.
But I dont have a function like f(x) which will me give me the ideal values ( because the target do not support floating point arithmetic ).
Printable View
Yes, I get you now.
f(x) -> normal curve or its equivalent.
But I dont have a function like f(x) which will me give me the ideal values ( because the target do not support floating point arithmetic ).
You don't need to calculate it in order to find optimal h in that minimization problem. You need to find f(x) such that you can still solve minimization problem and at the same time sum of all f(x) must be equal to total integer number of items.Quote:
Originally Posted by kumaresh_ana
Yes, I get it.