<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, Least squares documentation</title>
    <link>http://www.mapleprimes.com/posts/38243-Least-Squares-Documentation</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 21:25:46 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:25:46 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, Least squares documentation</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, Least squares documentation</title>
      <link>http://www.mapleprimes.com/posts/38243-Least-Squares-Documentation</link>
    </image>
    <item>
      <title>Linearity</title>
      <link>http://www.mapleprimes.com/posts/38243-Least-Squares-Documentation?ref=Feed:MaplePrimes:Least squares documentation:Comments#comment68541</link>
      <itunes:summary>&lt;p&gt;Linearity in this context means that the derivative over&amp;nbsp;a parameter doesn't depend on this or other parameters. Non-linear models also can be fit in Maple. In particular, using Statistics:-NonlinearFit. The help page for it has an example of a non-linear model.&lt;/p&gt;
&lt;p&gt;Alec&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, Least squares documentation</description>
      <guid>68541</guid>
      <pubDate>Sat, 06 Dec 2008 23:33:43 Z</pubDate>
      <itunes:author>alec</itunes:author>
      <author>alec</author>
    </item>
    <item>
      <title>Appearing linearly</title>
      <link>http://www.mapleprimes.com/posts/38243-Least-Squares-Documentation?ref=Feed:MaplePrimes:Least squares documentation:Comments#comment68535</link>
      <itunes:summary>&lt;p&gt;For example, linear least squares could fit the curve y = a*x^2 + b*y + c where the unknown parameters are a,b,c, because this is a linear function of a,b and c, even though it is nonlinear in x.&amp;nbsp;&amp;nbsp; But y = a*x^p + c would be nonlinear in the parameter p, so fitting it would be a nonlinear least-squares problem.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, Least squares documentation</description>
      <guid>68535</guid>
      <pubDate>Sun, 07 Dec 2008 09:49:33 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>An example might be choosing</title>
      <link>http://www.mapleprimes.com/posts/38243-Least-Squares-Documentation?ref=Feed:MaplePrimes:Least squares documentation:Comments#comment68515</link>
      <itunes:summary>&lt;p&gt;An example might be choosing the the vertex of a parabola as parameters. Least squares can't fit to a and b directly:&lt;/p&gt;
&lt;p&gt;y = (x-a)^2 + b&lt;/p&gt;
&lt;p&gt;since the fitting equations will depend on a non-linearly. For each point on the parabola e.g. (x,y)=(-1,1) you get a quadratic equation like 1 = (a+1)^2+b.&amp;nbsp; Least squares only works on a set of linear equations.&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, Least squares documentation</description>
      <guid>68515</guid>
      <pubDate>Mon, 08 Dec 2008 19:35:15 Z</pubDate>
      <itunes:author>jpmay</itunes:author>
      <author>jpmay</author>
    </item>
    <item>
      <title>Making it linear</title>
      <link>http://www.mapleprimes.com/posts/38243-Least-Squares-Documentation?ref=Feed:MaplePrimes:Least squares documentation:Comments#comment68499</link>
      <itunes:summary>&lt;p&gt;Another way of saying it is to say that a linear model is a linear combination of some functions of independent variables (sometimes called &amp;quot;test&amp;quot; functions.)&lt;/p&gt;
&lt;p&gt;It looks like a*f(x,y)+b*g(x,y)+c*h(x,y)+k(x,y) for a model with 3 parameters, 2 independent variables, and 4 test functions, one of which can not be changed.&lt;/p&gt;
&lt;p&gt;Sometimes non-linear models can be rewritten in another form as linear. For example, model a*cos(x-b) with independent variable x and 2 parameters a and b is non-linear, but it can be written in form A*cos(x)+B*sin(x), which is linear in parameters A and B.&lt;/p&gt;
&lt;p&gt;Similarly, a non-linear model in jpmay example above can be written as a linear model x^2+A*x+B.&lt;/p&gt;
&lt;p&gt;That is not always possible though.&lt;/p&gt;
&lt;p&gt;Alec&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Post, Least squares documentation</description>
      <guid>68499</guid>
      <pubDate>Tue, 09 Dec 2008 04:11:52 Z</pubDate>
      <itunes:author>alec</itunes:author>
      <author>alec</author>
    </item>
  </channel>
</rss>