| Author |
Comment/Response |
samaneh
|
01/04/13 09:45am
Hi all,
I have minimization objective function:
f(s)= integrate[(s-x)*pdf normal distibution( x,mu, sigma)over x from (0,s)
I want to find symbolic argmin f(s) in Mathematica.
I define this function in Mathematica as bellow:
f[s_] := Integrate[h*(x - s)*PDF[NormalDistribution[], x], {x, 0, s}]
ArgMin[f[s], s]
but it dose not work well
what is the problem? please help me.
URL: , |
|