Searched refs:ccdf (Results 1 – 5 of 5) sorted by relevance
53 virtual double ccdf(double x)const = 0;138 virtual double ccdf(double x)const in ccdf() function242 double ccdf(double x) in ccdf() function245 return pimpl->ccdf(x); in ccdf()
138 double ccdf = dist.ccdf(x); // & complements. in dataGridView1_CellEndEdit()141 CDF_data.Rows[i].Cells[3].Value = ccdf; in dataGridView1_CellEndEdit()
80 [h4:ccdf Complement of the Cumulative Distribution Function]355 and its [link math_toolkit.dist_ref.nmp.ccdf complement] respectively.
191 BOOST_AUTO_TEST_CASE_TEMPLATE(ccdf, RealT, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
342 [def __ccdf [link math_toolkit.dist_ref.nmp.ccdf Complement of the Cumulative Distribution Function…