Dew Stats Master .NET
LogisticFit Routine
Summary
Fits logistic equation to data.

Unit
RegModels

Declaration
Procedure LogisticFit(B: TVec; X, Y: TVec; Constant: boolean = false; Weights: TVec = nil);
 Parameter  Description 
Vector of independent variable. 
Vector of dependent variable. 
Constant If false, B[0] i.e. constant term in nominator is set to 0.0. 
Weights Weights (optional). Weights are used only if they are set. 
Returns regression coefficients for logistic function. 

Description
The routine fits equations to data by minimizing the sum of squared residuals. The observed values obey the following equation:

Categories
Linearizable regression models
 See Also 
LogisticEval 

Copyright 2008 Dew Research
http://www.dewresearch.com