Sverdlov's f function
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | f(a, b1, b2, c, x, y, t)
appel.hypgeom(a, b1, b2, c, x, y)
g(a, b, c, x, t)
gauss.hypgeom(a, b, c, x)
root(fun, left, right, tol)
r2beta(relation, n, a1, b1, a2, b2)
d2beta(relation, x, a1, b1, a2, b2)
p2beta(relation, approach, x, a1, b1, a2, b2, n = 1e+06)
q2beta(relation, a1, b1, a2, b2, alpha, tol = 10^(-5))
ci2beta(relation, method, a1, b1, a2, b2, alpha, left0, right0)
|
a |
a |
b1 |
b1 |
b2 |
b2 |
c |
c |
x |
x |
y |
y |
t |
t |
b |
b |
fun |
fun |
left |
left |
right |
right |
tol |
tol |
relation |
relation |
n |
n |
a1 |
a1 |
a2 |
a2 |
approach |
approach |
alpha |
alpha |
method |
method |
left0 |
left0 |
right0 |
right0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.