dotnetCHARTING Send comments on this topic.
GeneralLinear Method
See Also 
dotnetCHARTING Namespace > ForecastEngine.Advanced Class : GeneralLinear Method


Evaluates the greatest likelyhood coefficients of the function of best fit in accordance with the least squares approach for the function basis given.

Overload List

Overload Description
GeneralLinear(String,Series,Series) Evaluates the greatest likelyhood coefficients of the function of best fit in accordance with the least squares approach for the function basis given.  
GeneralLinear(Series,Series) Evaluates the greatest likelyhood coefficients of the function of best fit in accordance with the least squares approach for the function basis given.  
GeneralLinear(SeriesCollection,Series) Evaluates the greatest likelyhood coefficients of the function of best fit in accordance with the least squares approach for the function basis given.  
GeneralLinear(String,Series,Series,Double,Double,Double) Evaluates the greatest likelyhood coefficients of the function of best fit in accordance with the least squares approach for the function basis given.  
GeneralLinear(Series,Series,Double,Double,Double) Evaluates the greatest likelyhood coefficients of the function of best fit in accordance with the least squares approach for the function basis given.  
GeneralLinear(SeriesCollection,Series,Double,Double,Double) Evaluates the greatest likelyhood coefficients of the function of best fit in accordance with the least squares approach for the function basis given.  

See Also