Home
last modified time | relevance | path

Searched refs:ccdf (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/math/dot_net_example/boost_math/
Dboost_math.h53 virtual double ccdf(double x)const = 0;
138 virtual double ccdf(double x)const in ccdf() function
242 double ccdf(double x) in ccdf() function
245 return pimpl->ccdf(x); in ccdf()
/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DDistexForm.cs138 double ccdf = dist.ccdf(x); // & complements. in dataGridView1_CellEndEdit()
141 CDF_data.Rows[i].Cells[3].Value = ccdf; in dataGridView1_CellEndEdit()
/third_party/boost/libs/math/doc/distributions/
Dnon_members.qbk80 [h4:ccdf Complement of the Cumulative Distribution Function]
355 and its [link math_toolkit.dist_ref.nmp.ccdf complement] respectively.
/third_party/boost/libs/math/test/
Dtest_hyperexponential_dist.cpp191 BOOST_AUTO_TEST_CASE_TEMPLATE(ccdf, RealT, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
/third_party/boost/libs/math/doc/
Dmath.qbk342 [def __ccdf [link math_toolkit.dist_ref.nmp.ccdf Complement of the Cumulative Distribution Function…