37 public override string[]
Aliases =>
new string[] {
"lgamma" };
Class managing a script expression.
Base class for funcions of two scalar variables.
ScriptNode Argument2
Function argument 2.
ScriptNode Argument1
Function argument 1.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Lower Incomplete Gamma function γ(a,z)
override string[] DefaultArgumentNames
Default Argument names
override string[] Aliases
Optional aliases. If there are no aliases for the function, null is returned.
override string FunctionName
Name of the function
override IElement EvaluateScalar(double Argument1, double Argument2, Variables Variables)
Evaluates the function on two scalar arguments.
LowerIncompleteGamma(ScriptNode Argument1, ScriptNode Argument2, int Start, int Length, Expression Expression)
Lower Incomplete Gamma function γ(a,z)
override IElement EvaluateScalar(Complex Argument1, Complex Argument2, Variables Variables)
Evaluates the function on two scalar arguments.
Contains Numerical Methods to compute mathematical functions needed for probabilistic computations.
static double γ(double a, double x)
Incomplete gamma function γ(a,x)→Γ(a),x→∞
Basic interface for all types of elements.