<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240542</link>
    <title>MATLAB Central Newsreader - Generalized Linear Model approaches in MATLAB</title>
    <description>Feed for thread: Generalized Linear Model approaches in MATLAB</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 06 Dec 2008 01:31:02 -0500</pubDate>
      <title>Generalized Linear Model approaches in MATLAB</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240542#615389</link>
      <author>Arvind Iyer</author>
      <description>I need to fit a generalized linear model (more specifically a Generalized Additive Model) in the following situation: 100-d input data and 1-d output data, 1000-10000 data points, input data are NOT Gaussian distributed and show significant correlation.&lt;br&gt;
&lt;br&gt;
I am more interested in obtaining the smooth functions of the general additive model than I am in actual predictions.&lt;br&gt;
&lt;br&gt;
1. Will using glmfit help? How can I specify the number of smooth functions I want to estimate? I would prefer these smooth functions to be returned as linear filters.&lt;br&gt;
&lt;br&gt;
2. Alternatively, is an Neural Networks-based radial-basis-function approach helpful?&lt;br&gt;
&lt;br&gt;
3. Suggestions of any other functions, file exchange submissions will be greatly appreciated.</description>
    </item>
    <item>
      <pubDate>Sat, 06 Dec 2008 03:26:00 -0500</pubDate>
      <title>Re: Generalized Linear Model approaches in MATLAB</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240542#615395</link>
      <author>Tom Lane</author>
      <description>&amp;gt;I need to fit a generalized linear model (more specifically a Generalized &lt;br&gt;
&amp;gt;Additive Model)&lt;br&gt;
...&lt;br&gt;
&amp;gt; 1. Will using glmfit help? How can I specify the number of smooth &lt;br&gt;
&amp;gt; functions I want to estimate? I would prefer these smooth functions to be &lt;br&gt;
&amp;gt; returned as linear filters.&lt;br&gt;
&lt;br&gt;
Arvind, glmfit will not help here.  Generalized linear models are a &lt;br&gt;
different type of generalization than generalized additive models.&lt;br&gt;
A generalized linear model relates a parametric linear function to a &lt;br&gt;
transformed parameter of the response distribution.  For example, it might &lt;br&gt;
model the log of the mean of a response with a Poisson distribution.  These &lt;br&gt;
aren't nonparametric functions like GAM would provide.&lt;br&gt;
&lt;br&gt;
It's possible that classregtree could help.  It's a different approach to &lt;br&gt;
nonparametric regression.  I don't have any other suggestions right now &lt;br&gt;
within the Statistics Toolbox.&lt;br&gt;
&lt;br&gt;
-- Tom </description>
    </item>
  </channel>
</rss>

