<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_plain.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id30583505">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">What is Non-Linear Regression?</name>
<metadata xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
  <md:version xmlns:bib="http://bibtexml.sf.net/">1.1</md:version>
  <md:created xmlns:bib="http://bibtexml.sf.net/">2006/02/21 09:59:58.482 US/Central</md:created>
  <md:revised xmlns:bib="http://bibtexml.sf.net/">2006/02/22 07:51:16.486 US/Central</md:revised>
  <md:authorlist xmlns:bib="http://bibtexml.sf.net/">
      <md:author xmlns:bib="http://bibtexml.sf.net/" id="kolobl">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Lekulana</md:firstname>
      <md:othername xmlns:bib="http://bibtexml.sf.net/">Emmanuel</md:othername>
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Kolobe</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">klekulana@hotmail.com</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist xmlns:bib="http://bibtexml.sf.net/">
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="kolobl">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Lekulana</md:firstname>
      <md:othername xmlns:bib="http://bibtexml.sf.net/">Emmanuel</md:othername>
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Kolobe</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">klekulana@hotmail.com</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist xmlns:bib="http://bibtexml.sf.net/">
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Nonlinear regression</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Regression</md:keyword>
  </md:keywordlist>

  <md:abstract xmlns:bib="http://bibtexml.sf.net/">This module introduces non-linear regression, gives an example and an exercise in order to engage the reader.</md:abstract>
</metadata>
<content xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id30400103">In statistics, <term xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Nonlinear regression</term>, is the
problem of fitting a model y = f (x, t) + c to measured x, y data,
where f is a nonlinear function of x with parameter t (often t =
time).</para>
<example xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-241"><para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-226">[Taken from <link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="http://en.wikipedia.org/wiki/Non-linear_regression">Wikipedia2006NL</link>] If we take a logarithm of y = Ae^Bx regression, it will be transformed to be log(y) = log(A) + Bx. Through the usual <link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="http://cnx.rice.edu/content/m13449/latest">linear regression</link> problem of optimizing the parameters —here logA and B— the exact solution can easily be found. However, the performing of such a linearization may bias some data towards being more "relevant" than others, which may not be a desirable effect.
	</para>
</example><exercise xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-531"><problem xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-363">
			Give an example of a problem that can be modelled by non linear regression.
		</para>
	</problem>

	<solution xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-223">
			Consider a depreciation problem where the value of a used cellphone depreciates more over the first year than the second, and more over the second year than the third, etc. The non-linear function to accurately model this situation is: 
		</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-224">Value = p0 + p1*exp(-p2*Age) 
</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-225">
Here the ''exp'' function is the value of e (2.7182818...) raised to the power in brackets. This type of function is called a "negative exponential" and is appropriate for modelling a value whose rate of decrease is proportional to the difference between the value and some base value.
</para>

	</solution>
</exercise><para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id30407672"><term xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">References:</term></para>
<list xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="bulleted" id="id30399308"><item xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Wikipedia2006NL. "<emphasis xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Nonlinear Regression</emphasis>," Wikimedia Foundation Inc, 
<link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="http://en.wikipedia.org/wiki/Regression_analysis">
http://en.wikipedia.org/wiki/Non-linear_regression</link>, Last
Accessed on 20 February 2006</item>
<item xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Author of Assignment 3: Lekulana Kolobe</item>
<item xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Author of Assignment 1: Arnold Mwesigye</item>
</list>
</content>
</document>
