mle with non-anonymous custom pdf, HELP

1 回表示 (過去 30 日間)
jeff bodington
jeff bodington 2014 年 4 月 28 日
コメント済み: Andrew Newell 2014 年 4 月 28 日
There appear to be no complete examples of mle with custom non-anonymous pdfs. The below yields a nonsense error message. HELP!
%Initialize theta. theta1 = 0.1; theta2 = 0.5; start = [theta1 theta2] %QC test of pdf for prob. of observed pref. rank vector. testlogprob = log(wpdf(theta1, theta2, data)) %Call the pdf. pdfH = @wpdf; %Define pdf "function handle." [phat,pci]= mle(dat,'pdf',@pdfH(theta1, theta2, data),'start',start)
  1 件のコメント
Andrew Newell
Andrew Newell 2014 年 4 月 28 日
Duplicate of this page.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT-Files についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by