See Also

ForecastEngine Class  | ForecastEngine Members  | Overload List

Language

Visual Basic

C#

Show All

s
A statistical series.
step
The distance in the x-coordinate between two adjacent extended points. Please note that this also corresponds to the distance in the x-coordinate between the highest and lowest original data point and the first (above or below) additional evaluation point.
forward
The number of additional evaluation points which are evaluated above the x-coordinates of the original given data set.
backward
The number of additional evaluation points which are evaluated below the x-coordinates of the original given data set.
See Also Languages dotnetCHARTING Send comments on this topic.

TrendLinePower(Series,Double,Int32,Int32) Method

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

[Visual Basic]
Overloads Public Shared Function TrendLinePower( _    ByVal s As Series, _    ByVal step As Double, _    ByVal forward As Integer, _    ByVal backward As Integer _ ) As Series
[C#]
public static Series TrendLinePower(    Series s,    double step,    int forward,    int backward );

Parameters

s
A statistical series.
step
The distance in the x-coordinate between two adjacent extended points. Please note that this also corresponds to the distance in the x-coordinate between the highest and lowest original data point and the first (above or below) additional evaluation point.
forward
The number of additional evaluation points which are evaluated above the x-coordinates of the original given data set.
backward
The number of additional evaluation points which are evaluated below the x-coordinates of the original given data set.

Return Type

A series where the k-th element of the array represents of k-th point (i.e. { x_k, y_k }) of the total set over which the fitted function is evaluated. The total set over which the fitted function is evaluated consists of the `backward' points, original data set points and the `forward' points.

See Also

ForecastEngine Class  | ForecastEngine Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.