File: degfree.htm

package info (click to toggle)
extrema 4.3.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,212 kB
  • ctags: 6,452
  • sloc: cpp: 86,428; sh: 8,229; makefile: 814
file content (20 lines) | stat: -rw-r--r-- 736 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<HTML>
<HEAD>
<TITLE>Degrees of Freedom</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<P><font size="+2" color="green">Degrees of freedom</font></P>
<P>
 If the <TT>\FREE</TT> qualifier is used, then the number of degrees of freedom
 for the fit is output into an automatically created scalar named
 <font color="orange"><code>FIT$FREE</code></font>.</p>
<p>
 The number of degrees of freedom is either the number of data values minus
 the number of parameters, or, if the <TT>\-ZEROS</TT> qualifier is also used, the
 number of non-zero weights minus the number of parameters.</P>
<P>
 <a href="hint.htm"><img src="../shadow_left.gif">&nbsp;
 <font size="+1" color="olive">Hint for physicists</font></a></P>
</BODY>
</HTML>