-
Notifications
You must be signed in to change notification settings - Fork 156
3 args Functions
Mariusz Gromada edited this page Apr 15, 2022
·
3 revisions
- please consider donation: DONATION
- or purchase the license via ORDER Page or INFIMA Online Store
Key word | Category | Description | Example | Since |
---|---|---|---|---|
if | 3-args Function | If function | if(cond, expr-if-true, expr-if-false) | 1.0 |
chi | 3-args Function | Characteristic function for x in (a,b) | chi(x, a, b) | 1.0 |
CHi | 3-args Function | Characteristic function for x in [a,b] | CHi(x, a, b) | 1.0 |
Chi | 3-args Function | Characteristic function for x in [a,b) | Chi(x, a, b) | 1.0 |
cHi | 3-args Function | Characteristic function for x in (a,b] | cHi(x, a, b) | 1.0 |
pUni | 3-args Function | Probability distribution function - Uniform continuous distribution U(a,b) | pUni(x, a, b) | 3.0 |
cUni | 3-args Function | Cumulative distribution function - Uniform continuous distribution U(a,b) | cUni(a, a, b) | 3.0 |
qUni | 3-args Function | Quantile function (inverse cumulative distribution function) - Uniform continuous distribution U(a,b) | qUni(q, a, b) | 3.0 |
pNor | 3-args Function | Probability distribution function - Normal distribution N(m,s) | pNor(x, mean, stdv) | 3.0 |
cNor | 3-args Function | Cumulative distribution function - Normal distribution N(m,s) | cNor(x, mean, stdv) | 3.0 |
qNor | 3-args Function | Quantile function (inverse cumulative distribution function) | qNor(q, mean, stdv) | 3.0 |
dig | 3-args Function | Digit at position 1 ... n (left -> right) or 0 ... -(n-1) (right -> left) - numeral system with given base | dig(num, pos, base) | 4.1 |
BetaInc | 3-args Function | The incomplete beta special function B(x; a, b), also called the incomplete Euler integral of the first kind | BetaInc(x, a, b) | 4.2 |
BetaI | 3-args Function | The regularized incomplete beta (or regularized beta) special function I(x; a, b), also called the regularized incomplete Euler integral of the first kind | BetaI(x, a, b) | 4.2 |
BetaReg | 3-args Function | The regularized incomplete beta (or regularized beta) special function I(x; a, b), also called the regularized incomplete Euler integral of the first kind | BetaReg(x, a, b) | 4.2 |
as of 2022-04-15
mXparser - Math Parser Java C# .NET (CLS) Library - a super easy, rich and flexible mathematical expressions parser for JAVA Android Kotlin C# .NET and C++ - Provided by Mariusz Gromada, for more information please visit: MathParser.org, MathSpace.pl, mXparser on GitHub pages, mXparser on SourceForge.