Difference between revisions of "FitLogistic Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|statistics}}
 
{{command|statistics}}
;FitLogistic[ <List of Points> ]:Calculates the regression curve in the form a/(1+b e^(-kx)).
+
;FitLogistic[ <List of Points> ]
:{{Note|1=The first and last data points should be fairly close to the curve. The list should have at least 3 points, preferably more.}}
+
:Calculates the regression curve in the form a/(1 + b e^(-kx)).
 +
:{{example|1=<div><code><nowiki>FitLogistic[{(-6, 2), (0, 2), (3, 4), (3.4, 8)}]</nowiki></code> yields <math> \frac{1.98}{1 - 0.03 e^x}</math>.</div>}}
 +
==CAS Syntax==
 +
;FitLogistic[ <List of Points> ]
 +
:Calculates the regression curve in the form a/(1 + b e^(-kx)).
 +
:{{example|1=<div><code><nowiki>FitLogistic[{(-6, 2), (0, 2), (3, 4), (3.4, 8)}]</nowiki></code> yields <math> \frac{1.98}{1 - 0.03 e^x}</math>.</div>}}
 +
{{Note|1=<div>
 +
*The first and last data points should be fairly close to the curve. The list should have at least 3 points, preferably more.
 +
*See also [[Fit Command|Fit]], [[FitExp Command|FitExp]], [[FitGrowth Command|FitGrowth]], [[FitLine Command|FitLine]], [[FitLineX Command|FitLineX]], [[FitLog Command|FitLog]], [[FitPoly Command|FitPoly]], [[FitPow Command|FitPow]] and [[FitSin Command|FitSin]].</div>}}

Revision as of 09:09, 27 August 2013



FitLogistic[ <List of Points> ]
Calculates the regression curve in the form a/(1 + b e^(-kx)).
Example:
FitLogistic[{(-6, 2), (0, 2), (3, 4), (3.4, 8)}] yields \frac{1.98}{1 - 0.03 e^x}.

CAS Syntax

FitLogistic[ <List of Points> ]
Calculates the regression curve in the form a/(1 + b e^(-kx)).
Example:
FitLogistic[{(-6, 2), (0, 2), (3, 4), (3.4, 8)}] yields \frac{1.98}{1 - 0.03 e^x}.
Note:
© 2024 International GeoGebra Institute