Home
last modified time | relevance | path

Searched refs:loglogistic_cdf (Results 1 – 3 of 3) sorted by relevance

/dports/math/stanmath/math-4.2.0/test/prob/loglogistic/
H A Dloglogistic_cdf_test.hpp74 return stan::math::loglogistic_cdf(y, alpha, beta); in cdf()
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/prob/
H A Dloglogistic_test.cpp53 EXPECT_FLOAT_EQ(stan::math::loglogistic_cdf(x, alpha, beta), p); in TEST()
/dports/math/stanmath/math-4.2.0/stan/math/prim/prob/
H A Dloglogistic_cdf.hpp46 return_type_t<T_y, T_scale, T_shape> loglogistic_cdf(const T_y& y, in loglogistic_cdf() function