Negative log likelihood for the unifrom distribution

조회 수: 4 (최근 30일)
Young Jin Kang
Young Jin Kang 2016년 7월 7일
편집: Young Jin Kang 2016년 7월 7일
I want to calcaulte the negative log likelihood using "negloglik" function. But, the MATLAB gives an error message, Undefined function 'negloglik' for input arguments of type 'prob.UniformDistribution'.
How can calculate the negative log likelihood value for uniform distributions in MATLAB?
(My code)
pd=makedist('uniform','lower',100,'upper',200);
NLL=negloglik(pd)
  • Undefined function 'negloglik' for input arguments of type 'prob.UniformDistribution'.*

답변 (0개)

카테고리

Help CenterFile Exchange에서 Probability Density Functions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by