필터 지우기
필터 지우기

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!
  댓글 수: 1
Torsten
Torsten 2016년 11월 24일
I don't really know what you are trying to do.
Maximum Likelihood estimation of the parameters of an n-dimensional Gaussian ?
Best wishes
Torsten.

댓글을 달려면 로그인하십시오.

답변 (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