dotnetCHARTING Send comments on this topic.
GammaQ(SeriesCollection,Double) Method
See Also 
dotnetCHARTING Namespace > ForecastEngine.Advanced Class > GammaQ Method : GammaQ(SeriesCollection,Double) Method


sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
a
Calcuates the incomplete Gamma function Q(a, x).

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GammaQ( _
   ByVal sc As SeriesCollection, _
   ByVal a As Double _
) As SeriesCollection
Visual Basic (Usage) Copy Code
Dim sc As SeriesCollection
Dim a As Double
Dim value As SeriesCollection
 
value = ForecastEngine.Advanced.GammaQ(sc, a)
C#  
public static SeriesCollection GammaQ( 
   SeriesCollection sc,
   double a
)

Parameters

sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
a

See Also