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


Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).

Overload List

Overload Description
TrendLineExponential(String,Series) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  
TrendLineExponential(Series) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  
TrendLineExponential(SeriesCollection) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  
TrendLineExponential(String,Series,Double,Int32,Int32) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  
TrendLineExponential(Series,Double,Int32,Int32) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  
TrendLineExponential(SeriesCollection,Double,Int32,Int32) Find the best fit for the function f(x) = A * pow(e, B*x ) where B = b and A = exp( a).  

See Also