<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aptech &#187; Answers for "How can I find and store my final hessian?"</title>
	<atom:link href="http://www.aptech.com/questions/how-can-i-find-and-store-my-final-hessian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.aptech.com/questions/how-can-i-find-and-store-my-final-hessian/#answer-1277</link>
		<comments>http://www.aptech.com/questions/how-can-i-find-and-store-my-final-hessian/#answer-1277#comments</comments>
		<pubDate>Fri, 31 Aug 2012 09:29:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/how-can-i-find-and-store-my-final-hessian/#answer-1277</guid>
		<description><![CDATA[To find and store the final Hessian.  In Constrained Maximum Likelihood MT (CMLMT), it will be found in the results structure: struct cmlmtResults out; out = cmlmt(&#38;lnlk,p0,d0,c0); h = out.hessian; save h; And similarly in Maximum Likelihood MT (Maxlikmt) struct maxlikmtResults out; &#8230; <a href="http://www.aptech.com/questions/how-can-i-find-and-store-my-final-hessian/#answer-1277">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To find and store the final Hessian.  In <strong>Constrained Maximum Likelihood MT (CMLMT)</strong>, it will be found in the results structure:</p>
<pre>   struct cmlmtResults out;
   out = cmlmt(&amp;lnlk,p0,d0,c0);
   h = out.hessian;
   save h;</pre>
<p>And similarly in <strong>Maximum Likelihood MT (Maxlikmt)</strong></p>
<pre>   struct maxlikmtResults out;
   out = maxlikmt(&amp;lnlk,p0,d0,c0);
   h = out.hessian;
   save h;</pre>
<p>The final Hessian is found in a global variable for <strong>Constrained Maximum Likelihood (CML) </strong>and for<strong> <strong>Maximum Likelihood (Maxlik)</strong></strong></p>
<pre>   h = _cml_finalHess;
   h = _max_finalHess;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/how-can-i-find-and-store-my-final-hessian/#answer-1277/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 01:50:55 --