Home
last modified time | relevance | path

Searched refs:coefficient_of_variation (Results 1 – 25 of 280) sorted by path

12345678910>>...12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/math/distributions/detail/
H A Dderived_accessors.hpp86 inline typename Distribution::value_type coefficient_of_variation(const Distribution& dist) in coefficient_of_variation() function
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/math/concepts/
H A Ddistributions.hpp90 RealType coefficient_of_variation(const distribution_archetype<RealType>& dist);
152 v = coefficient_of_variation(dist); in constraints()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/math/distributions/detail/
H A Dderived_accessors.hpp86 inline typename Distribution::value_type coefficient_of_variation(const Distribution& dist) in coefficient_of_variation() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/math/concepts/
H A Ddistributions.hpp90 RealType coefficient_of_variation(const distribution_archetype<RealType>& dist);
152 v = coefficient_of_variation(dist); in constraints()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/math/distributions/detail/
H A Dderived_accessors.hpp86 inline typename Distribution::value_type coefficient_of_variation(const Distribution& dist) in coefficient_of_variation() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/doc/concepts/
H A Dconcepts.qbk624 hazard\/chf\/coefficient_of_variation functions are implemented in
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/dot_net_example/boost_math/
H A Dboost_math.h48 virtual double coefficient_of_variation()const = 0;
94 virtual double coefficient_of_variation()const in coefficient_of_variation() function
96 return boost::math::coefficient_of_variation(m_dist); in coefficient_of_variation()
199 double coefficient_of_variation() in coefficient_of_variation() function
202 return pimpl->coefficient_of_variation(); in coefficient_of_variation()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/dot_net_example/distribution_explorer/
H A DDistexForm.Designer.cs61 this.coefficient_of_variation = new System.Windows.Forms.Label(); in InitializeComponent()
283 this.PropertiesTabPage.Controls.Add(this.coefficient_of_variation); in InitializeComponent()
470 this.coefficient_of_variation.AutoSize = true; in InitializeComponent()
471 this.coefficient_of_variation.Location = new System.Drawing.Point(204, 318); in InitializeComponent()
472 this.coefficient_of_variation.Name = "coefficient_of_variation"; in InitializeComponent()
473 this.coefficient_of_variation.Size = new System.Drawing.Size(65, 18); in InitializeComponent()
474 this.coefficient_of_variation.TabIndex = 9; in InitializeComponent()
475 this.coefficient_of_variation.Text = "CV value"; in InitializeComponent()
1072 private System.Windows.Forms.Label coefficient_of_variation; field in distribution_explorer.DistexForm
H A DDistexForm.cs230 coefficient_of_variation.Text = dist.coefficient_of_variation().ToString(); in tabPage2_Enter()
234 coefficient_of_variation.Text = "Undefined."; in tabPage2_Enter()
469 coefficient_of_variation.Text = dist.coefficient_of_variation().ToString(); in saveFileDialog1_FileOk()
473 coefficient_of_variation.Text = "Undefined"; in saveFileDialog1_FileOk()
475 sw.WriteLine("Cofficient of variation" + separator + coefficient_of_variation.Text); in saveFileDialog1_FileOk()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/test/compile_test/
H A Dtest_compile_result.hpp90 check_result<value_type>(coefficient_of_variation(dist)); in constraints()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/test/
H A Dtest_binomial.cpp477 coefficient_of_variation(dist) in test_spots()
H A Dtest_chi_squared.cpp401 coefficient_of_variation(dist) in test_spots()
H A Dtest_fisher_f.cpp391 coefficient_of_variation(dist) in test_spots()
H A Dtest_gamma_dist.cpp195 coefficient_of_variation(dist) in test_spots()
H A Dtest_geometric.cpp541 coefficient_of_variation(dist) in test_spots()
H A Dtest_inverse_gamma_distribution.cpp207 …BOOST_CHECK_CLOSE_FRACTION(coefficient_of_variation(dist51), standard_deviation(dist51) / mean(dis… in test_spots()
H A Dtest_inverse_gaussian.cpp145 BOOST_CHECK_CLOSE_FRACTION(coefficient_of_variation(dist), in test_spots()
H A Dtest_lognormal.cpp209 coefficient_of_variation(dist) in test_spots()
H A Dtest_nc_chi_squared.cpp325 coefficient_of_variation(dist) in test_spots()
H A Dtest_nc_f.cpp281 coefficient_of_variation(dist) in test_spots()
H A Dtest_negative_binomial.cpp538 coefficient_of_variation(dist) in test_spots()
H A Dtest_normal.cpp245 coefficient_of_variation(dist) in test_spots()
H A Dtest_pareto.cpp215 coefficient_of_variation(pareto15), static_cast<RealType>(0.25819888974716110L), tol5eps); in test_spots()
H A Dtest_skew_normal.cpp279 coefficient_of_variation(dist) in test_spots()
H A Dtest_students_t.cpp431 coefficient_of_variation(dist), in test_spots()

12345678910>>...12