Difference between revisions of "FitLogistic Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|statistics}}
 
{{command|statistics}}
;FitLogistic[ <List of Points> ]
+
;FitLogistic[ &lt;List of Points> ]
 
:Calculates the regression curve in the form a/(1 + b e^(-kx)).
 
: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^{1x}}</math>.</div>}}
 
:{{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^{1x}}</math>.</div>}}
 
==CAS Syntax==
 
==CAS Syntax==
;FitLogistic[ <List of Points> ]
+
;FitLogistic[ &lt;List of Points> ]
 
:Calculates the regression curve in the form a/(1 + b e^(-kx)).
 
: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^{1x}}</math>.</div>}}
 
:{{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^{1x}}</math>.</div>}}

Revision as of 18:14, 22 August 2015



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^{1x}}.

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^{1x}}.
Note:
© 2024 International GeoGebra Institute