dotnetCHARTING Send comments on this topic.
Beta Method
See Also 
dotnetCHARTING Namespace > ForecastEngine.Advanced Class : Beta Method


Calcuates the Beta function: B(z,w) = B(w,z) = ∫01 tz-1(1-t)w-1dt;.

Overload List

Overload Description
Beta(String,Series,Series) Calcuates the Beta function: B(z,w) = B(w,z) = ∫01 tz-1(1-t)w-1dt;.  
Beta(Series,Series) Calcuates the Beta function: B(z,w) = B(w,z) = ∫01 tz-1(1-t)w-1dt;.  
Beta(SeriesCollection,Series) Calcuates the Beta function: B(z,w) = B(w,z) = ∫01 tz-1(1-t)w-1dt;.  

See Also