Home
last modified time | relevance | path

Searched +refs:beta +refs:expand +refs:integer (Results 1 – 25 of 2069) sorted by relevance

12345678910>>...83

/dports/math/py-sympy/sympy-1.9/sympy/stats/tests/
H A Dtest_continuous_rv.py496 k = Symbol("k", integer=True)
516 k = Symbol("k", integer=True)
530 k = Symbol("k", integer=False)
536 k = Symbol("k", integer=True)
773 assert density(X)(x).expand() == \
774 exp(mu/beta)*exp(-x/beta)*exp(-exp(mu/beta)*exp(-x/beta))/beta
775 assert density(Y)(y).expand() == \
777 assert cdf(X)(x).expand() == \
997 assert variance(X).expand() == a**3/b
1226 n = Symbol("n", integer=True)
[all …]
H A Dtest_finite_rv.py123 k = Dummy('k', integer=True)
298 k = Dummy('k', integer=True)
330 assert E(X).expand() == moment(X, 1).expand()
331 assert variance(X).expand() == cmoment(X, 2).expand()
333 assert characteristic_function(X)(t) == exp(2*I*t)*beta(a + 2, b)/beta(a, b) +\
334 2*exp(I*t)*beta(a + 1, b + 1)/beta(a, b) + beta(a, b + 2)/beta(a, b)
336 2*exp(t)*beta(a + 1, b + 1)/beta(a, b) + beta(a, b + 2)/beta(a, b)
362 k = Dummy('k', integer=True)
385 k = Symbol('k', integer=True, positive=True)
386 x = Symbol('x', integer=True, positive=True)
[all …]
H A Dtest_discrete_rv.py2 zeta, pi, besseli, Dummy, oo, Piecewise, Rational, beta,
123 assert skewness(X).expand() == mu1/(mu1*sqrt(mu1 + mu2) + mu2 *
125 assert variance(X).expand() == mu1 + mu2
142 assert cdf(x)(x) == Piecewise((-beta(floor(x), 4)*floor(x) + 1, x >= 1), (0, True))
178 x = Symbol('x', integer=True, positive=True)
/dports/math/maxima/maxima-5.43.2/tests/
H A Drtest_powerseries.mac38 /* Check that we can expand with respect to a non-atomic expression
78 (declare([int, posint], integer),
95 'sum(nz^i/beta(i+1, n-i+1), i, 0, inf)/(n+1)$
101 'sum(nz^i/beta(i+1, k-i+1), i, 0, inf)/(k+1)$
167 expand into two infinite series and one constant term. This test
175 before trying to expand partial fractions.
184 1 + 2*'sum(x^i/beta(1/2-i,i+1),i,1,inf);
192 (gensumnum : 0, declare(n, integer), powerseries(1/(1+x^n), x, 0));
259 #2775: Don't expand a powerseries with log(ab)=log(a)+log(b) if a
281 /* #2765: powerseries with non-integer order */
[all …]
H A Drtest15.mac48 declare(n,integer),
366 expand(trigreduce(expand((cosh(x)+sinh(x))^2)));
368 expand(trigreduce(expand((cosh(x)+sinh(x))^3)));
370 expand(trigreduce(expand((cosh(x)+sinh(x))^4)));
621 * n*integrate(1/(sin(x)^2+1),x,0,2*%pi), for positive integer n. We
818 /* (r1-q+1)/q a positive integer */
822 /* r2 an integer */
826 /* (r1-q+1)/q a negative integer */
830 /* (r1-q+1)/q + r2 an integer */
982 elliptic_eu, elliptic_f, beta],
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/integrals/
H A Dtest_meijerint.py118 assert simplify(e.expand()) == (
220 n = symbols('n', integer=True)
416 betadist = x**(alpha - 1)*(1 + x)**(-alpha - beta)*gamma(alpha + beta) \
420 assert (combsimp(i[0]), i[1]) == (alpha/(beta - 1), 1 < beta)
422 assert j[1] == (1 < beta - 1)
424 / (beta - 2)/(beta - 1)**2
443 k = Symbol('k', integer=True, positive=True)
505 distn = (beta/alpha)*x**(beta - 1)/alpha**(beta - 1) / \
506 (1 + x**beta/alpha**beta)**2
510 pi*alpha/beta/sin(pi/beta)
[all …]
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dinifcns_gamma.cpp64 if (x.info(info_flags::integer)) { in lgamma_eval()
253 return beta(x,y).hold(); in beta_evalf()
273 return pow(*_num_1_p, ny)*beta(1-x-y, y); in beta_eval()
279 return pow(*_num_1_p, nx)*beta(1-y-x, x); in beta_eval()
291 return evalf(beta(x, y).hold()); in beta_eval()
294 return beta(x,y).hold(); in beta_eval()
305 retval = (psi(x)-psi(x+y))*beta(x,y); in beta_deriv()
308 retval = (psi(y)-psi(x+y))*beta(x,y); in beta_deriv()
332 if (arg1.info(info_flags::integer) && !arg1.info(info_flags::positive)) in beta_series()
347 return (arg1_ser*arg2_ser/arg1arg2_ser).series(rel, order, options).expand(); in beta_series()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/integrals/tests/
H A Dtest_meijerint.py208 n = symbols('n', integer=True)
439 betadist = x**(alpha - 1)*(1 + x)**(-alpha - beta)*gamma(alpha + beta) \
440 /gamma(alpha)/gamma(beta)
443 assert (gammasimp(i[0]), i[1]) == (alpha/(beta - 1), 1 < beta)
445 assert j[1] == (1 < beta - 1)
447 /(beta - 2)/(beta - 1)**2
463 k = Symbol('k', integer=True, positive=True)
523 distn = (beta/alpha)*x**(beta - 1)/alpha**(beta - 1)/ \
524 (1 + x**beta/alpha**beta)**2
531 pi*alpha/beta/sin(pi/beta)
[all …]
/dports/devel/py-holidays/holidays-0.9.12/
H A DREADME.rst64 # 2) a list of dates (in any format: date, datetime, string, integer),
182 should pre-generate. This would generally only be used if setting *expand*
185 expand
205 can be of date, datetime, string, unicode, bytes, integer or float type. If
294 >>> us_holidays.expand = False
297 >>> us.holidays.expand = True
417 The latest development (beta) version can be installed directly from GitHub:
421 $ pip install --upgrade https://github.com/dr-prodigy/python-holidays/tarball/beta
423 All new features are always first pushed to beta branch, then released on
451 .. _`beta branch`: https://github.com/dr-prodigy/python-holidays/tree/beta
[all …]
H A DPKG-INFO73 # 2) a list of dates (in any format: date, datetime, string, integer),
191 should pre-generate. This would generally only be used if setting *expand*
194 expand
214 can be of date, datetime, string, unicode, bytes, integer or float type. If
303 >>> us_holidays.expand = False
306 >>> us.holidays.expand = True
426 The latest development (beta) version can be installed directly from GitHub:
430 $ pip install --upgrade https://github.com/dr-prodigy/python-holidays/tarball/beta
432 All new features are always first pushed to beta branch, then released on
460 .. _`beta branch`: https://github.com/dr-prodigy/python-holidays/tree/beta
[all …]
/dports/math/R-cran-spdep/spdep/man/
H A Dgraphneigh.Rd21 %beta.skel(coords,beta)
33 % \item{beta}{the parameter for a beta skeleton}
49 %some values of \eqn{ \beta (\beta < 1)}{\beta (\beta < 1)} in the
50 %beta-skeleton,
70 %The \eqn{beta}{\beta}
81 The helper functions return an \code{nb} object with a list of integer
154 grd <- as.matrix(expand.grid(x=1:5, y=1:5)) #gridded data
157 grd1 <- as.matrix(expand.grid(x=1:5, y=1:5)) + matrix(runif(50, .0001, .0006), nrow=25)
/dports/math/R-cran-Rmpfr/Rmpfr/man/
H A Dmpfr-class.Rd17 \alias{as.integer,mpfr-method}
18 \alias{beta,ANY,mpfr-method}
19 \alias{beta,ANY,mpfrArray-method}
20 \alias{beta,mpfr,ANY-method}
21 \alias{beta,mpfr,mpfr-method}
22 \alias{beta,mpfr,numeric-method}
23 \alias{beta,numeric,mpfr-method}
24 \alias{beta,mpfrArray,ANY-method}
25 \alias{beta,mpfrArray,mpfrArray-method}
210 Beta function, \code{beta(a,b)}.}
[all …]
/dports/devel/py-holidays/holidays-0.9.12/holidays.egg-info/
H A DPKG-INFO73 # 2) a list of dates (in any format: date, datetime, string, integer),
191 should pre-generate. This would generally only be used if setting *expand*
194 expand
214 can be of date, datetime, string, unicode, bytes, integer or float type. If
303 >>> us_holidays.expand = False
306 >>> us.holidays.expand = True
426 The latest development (beta) version can be installed directly from GitHub:
430 $ pip install --upgrade https://github.com/dr-prodigy/python-holidays/tarball/beta
432 All new features are always first pushed to beta branch, then released on
460 .. _`beta branch`: https://github.com/dr-prodigy/python-holidays/tree/beta
[all …]
/dports/math/pari/pari-2.13.3/src/functions/l_functions/
H A Dlfuncreate48 be computed. In other words, the smallest integer $d$ such that $p^d > n$.
52 the coefficients of $X^0, \dots, X^{d-1}$ are needed to expand the Dirichlet
91 \item \kbd{V[4]=k} is a positive integer $k$. The functional equation relates
103 \item \kbd{V[5]=N} is the conductor, an integer $N\ge1$, such that
113 $[\beta,P_{\beta}(x)]$, where
114 $\beta$ is a pole and the power series $P_{\beta}(x)$ describes
115 the attached polar part, such that $L(s) - P_\beta(s-\beta)$ is holomorphic
116 in a neighbourhood of $\beta$. For instance $P_\beta = r/x+O(1)$ for a
117 simple pole at $\beta$ or $r_1/x^2+r_2/x+O(1)$ for a double pole.
/dports/math/maxima/maxima-5.43.2/doc/info/
H A DSpecial.texi185 when @math{v} is not an integer. If @math{v} is an integer @math{n},
875 (%i1) [beta(2,3),beta(2,1/3),beta(2,a)];
884 (%i2) [beta(1/2,5/2),beta(1/3,2/3),beta(1/4,3/4)];
904 (%i5) [beta(-3,1),beta(-3,2),beta(-3,3)];
910 @code{beta(a+n,b)} or @code{beta(a-n)} with @code{n} an integer simplifies when
915 (%i7) [beta(a+1,b),beta(a-1,b),beta(a+1,b)/beta(a,b+1)];
1012 negative integer.
1173 integer.
1303 positive integer.
1435 @code{beta(a,b)}, when the arguments @var{a} and @var{b} sum to an integer.
[all …]
/dports/math/R-cran-gsl/gsl/man/
H A DGamma.Rd60 \item{m,n}{input: integer value}
92 jj <- expand.grid(1:10,2:5)
98 jj <- expand.grid(36:50,9:13)
104 beta(1.2, 1.3)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/oldref/
H A DRef_Variables.dox18 an example where we expand the active subset beyond the default, but
153 <td>integer
229 <td>integer
283 <td>integer
331 <td>integer
437 <td>integer
540 <td>integer
623 <td>integer
674 <td>integer
732 <td>integer
[all …]
/dports/science/healpix/Healpix_3.50/src/idl/interfaces/
H A Disynfast.pro104 ; iseed=: integer seed of radom sequence [default = 0]
163 ; May 2008, v1.1.3 (post beta release): bug correction for map_out
233 printf,lunit,hpx_add_parameter('winfiledir', winfiledir, /expand, /skip_if_not_set)
236 printf,lunit,hpx_add_parameter('infile', tmp_cl_in, /expand)
237 printf,lunit,hpx_add_parameter('beam_file', tmp_beam_file, /expand)
239 printf,lunit,hpx_add_parameter('almsfile', alm_in, def=NoFile, /ifempty, /expand)
240 printf,lunit,hpx_add_parameter('plmfile', plmfile, def=NoFile, /ifempty, /expand)
242 printf,lunit,hpx_add_parameter('outfile', tmp_map_out, /expand, /force)
243 printf,lunit,hpx_add_parameter('outfile_alms', alm_out, def=NoFile, /expand, /force, /ifempty)
/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dscale_hue.Rd35 \item{\code{palette}}{A palette function that when called with a single integer
78 \item{\code{expand}}{For position scales, a vector of range expansion constants used to add some
81 to generate the values for the \code{expand} argument. The defaults are to
82 expand the scale by 5\% on each side for continuous variables, and by
122 d + scale_colour_hue(expression(clarity[beta]))
/dports/math/symengine/symengine-0.8.1/symengine/tests/basic/
H A Dtest_functions.cpp45 using SymEngine::beta;
3392 REQUIRE(eq(*expand(r1), *r2));
3521 r1 = beta(i3, i2);
3522 r2 = beta(i2, i3);
3535 r1 = beta(div(integer(7), i2), div(integer(9), i2));
3536 r2 = beta(div(integer(9), i2), div(integer(7), i2));
3545 r1 = beta(x, y);
3546 r2 = beta(y, x);
3566 r1 = beta(i2, im1);
3568 r1 = beta(i3, im1);
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/chroma-0.6.3/lexers/r/
H A Dr.go28integer`, `as.data.frame.list`, `as.data.frame.logical`, `as.data.frame.matrix`, `as.data.frame.mo…
30 …{`(array|category|character|complex|double|function|integer|list|logical|matrix|numeric|vector|dat…
38 …{`(NULL|NA(_(integer|real|complex|character)_)?|letters|LETTERS|Inf|TRUE|FALSE|NaN|pi|\.\.(\.|[0-9…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/lexers/r/
H A Dr.go28integer`, `as.data.frame.list`, `as.data.frame.logical`, `as.data.frame.matrix`, `as.data.frame.mo…
30 …{`(array|category|character|complex|double|function|integer|list|logical|matrix|numeric|vector|dat…
38 …{`(NULL|NA(_(integer|real|complex|character)_)?|letters|LETTERS|Inf|TRUE|FALSE|NaN|pi|\.\.(\.|[0-9…
/dports/math/R/R-4.1.2/tests/
H A Ddemos.Rout.save230 is.integer : .
288 is.integer : |
670 > fbeta <- function(x, alpha, beta)
672 + x^(alpha - 1) * (1 - x)^(beta - 1)
677 > b0 <- area(fbeta, 0, 1, alpha=3.5, beta=1.5)
686 > fbeta.tmp <- function (x, alpha, beta)
689 + x^(alpha - 1) * (1 - x)^(beta - 1)
696 > b0 <- area(fbeta.tmp, 0, 1, alpha=3.5, beta=1.5)
1081 flld.c> a <- expand.grid(1:20, 1:20)
1129 > persp(x, y, z, theta = 30, phi = 30, expand = 0.5, col = "lightblue")
[all …]
/dports/math/libRmath/R-4.1.1/tests/
H A Ddemos.Rout.save230 is.integer : .
288 is.integer : |
670 > fbeta <- function(x, alpha, beta)
672 + x^(alpha - 1) * (1 - x)^(beta - 1)
677 > b0 <- area(fbeta, 0, 1, alpha=3.5, beta=1.5)
686 > fbeta.tmp <- function (x, alpha, beta)
689 + x^(alpha - 1) * (1 - x)^(beta - 1)
696 > b0 <- area(fbeta.tmp, 0, 1, alpha=3.5, beta=1.5)
1081 flld.c> a <- expand.grid(1:20, 1:20)
1129 > persp(x, y, z, theta = 30, phi = 30, expand = 0.5, col = "lightblue")
[all …]
/dports/math/R-cran-VGAM/VGAM/R/
H A Dcao.fit.q160 rmfromVGAMenv(c("etamat", "beta"), prefix = ".VGAM.CAO.")
598 getfromVGAMenv("beta", prefix = ".VGAM.CAO.") else
686 beta = as.double(usethisbeta),
719 assign2VGAMenv(c("etamat", "beta"), ans1, prefix = ".VGAM.CAO.")
728 rmfromVGAMenv(c("etamat", "beta"), prefix = ".VGAM.CAO.")
777 coefficients = ans1$beta,
860 get(".VGAM.CAO.beta", envir = VGAMenv) else
985 deviance = double(1 + NOS), beta = as.double(usethisbeta),
1060 coefficients = ans1$beta,
1179 expand.grid(seq(extents[1, 1], extents[2, 1], len = gridlen[1]),
[all …]

12345678910>>...83