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