dotnetCHARTING Send comments on this topic.
ForecastEngine.Advanced Class Members
See Also  Methods 
dotnetCHARTING Namespace : ForecastEngine.Advanced Class


The following tables list the members exposed by ForecastEngine.Advanced.

Public Constructors

Public Methods

  Name Description
Public Methodstatic (Shared in Visual Basic) BesselI Overloaded.  Calcuates the modified Bessel function Ix(x) for any real x and n ≥ 2.  
Public Methodstatic (Shared in Visual Basic) BesselJ Overloaded.  Calcuates the modified Bessel function Jx(x) for any real x and n ≥ 2.  
Public Methodstatic (Shared in Visual Basic) BesselK Overloaded.  Calcuates the modified Bessel function Kx(x) for any real x and n ≥ 2.  
Public Methodstatic (Shared in Visual Basic) BesselY Overloaded.  Calcuates the modified Bessel function
n(x)]]>
for any real x and n ≥ 0.  
Public Methodstatic (Shared in Visual Basic) Beta Overloaded.  Calcuates the Beta function: B(z,w) = B(w,z) = ∫01 tz-1(1-t)w-1dt;.  
Public Methodstatic (Shared in Visual Basic) ComplementaryErrorFunction Overloaded.  Calcuates the complementary error function erfc(x).  
Public Methodstatic (Shared in Visual Basic) ErrorFunction Overloaded.  Calcuates the error function erf(x).  
Public Methodstatic (Shared in Visual Basic) GammaLn Overloaded.  Calcuates the logarithm of Gamma function.  
Public Methodstatic (Shared in Visual Basic) GammaP Overloaded.  Calcuates the incomplete Gamma function P(a, x).  
Public Methodstatic (Shared in Visual Basic) GammaQ Overloaded.  Calcuates the incomplete Gamma function Q(a, x).  
Public Methodstatic (Shared in Visual Basic) GeneralLinear Overloaded.  Evaluates the greatest likelyhood coefficients of the function of best fit in accordance with the least squares approach for the function basis given.  
Public Methodstatic (Shared in Visual Basic) NonLinearModel Overloaded.  Here we offer the Levenberg - Marquardt algorithm which fits a given non-linear function set in accordance with the least squares approach.  
Top

See Also