How to get minimum value of given function by steepest-descent method with one-dimensional linear search?

1 次查看(过去 30 天)
given function:
f=exp(-(x1-mul1)^2/(2*sigma1^2))*exp(-(x2-mul2)^2/(2*sigma2^2))*...
*exp(-(xn-muln)^2/(2*sigman^2));
where X{x1,x2,…,xn}is given by input data set, we can see X as known value. (muli,sigmai) is the parameter corresponding to xi. Looking forward your coding guidance,thank you!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Descriptive Statistics 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by