Negative log likelihood for the unifrom distribution
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Probability Density Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!