Home
last modified time | relevance | path

Searched defs:beta_cdf (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/scal/prob/
H A Dbeta_cdf.hpp49 typename return_type<T_y, T_scale_succ, T_scale_fail>::type beta_cdf( in beta_cdf() function
/dports/math/stanmath/math-4.2.0/stan/math/prim/prob/
H A Dbeta_cdf.hpp36 return_type_t<T_y, T_scale_succ, T_scale_fail> beta_cdf( in beta_cdf() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDLocalReliability.cpp932 Real beta_cdf = (cdfFlag) ? in mpp_search() local
1849 Real beta_cdf = reliability(p_cdf, true, mpp_u, fn_grad_u, fn_hess_u); in update_pma_maximize() local
2270 Real beta_cdf = (mpp_u.dot(fn_grad_u) > 0.) ? -norm_mpp_u : norm_mpp_u; in signed_norm() local
/dports/math/gretl/gretl-2021d/lib/src/
H A Dpvalues.c212 double beta_cdf (double a, double b, double z) in beta_cdf() function
/dports/math/py-rvlib/rvlib-0.0.6/rvlib/
H A Dunivariate.py1891 def beta_cdf(alpha, beta, x): function