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). |