Home
last modified time | relevance | path

Searched refs:quantile_c (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DDistexForm.cs297 double ucv = dist.quantile_c(x); in QuantileData_CellEndEdit()
320 QuantileData.Rows[0].Cells[2].Value = dist.quantile_c(0.001); in QuantileTab_Enter()
323 QuantileData.Rows[1].Cells[2].Value = dist.quantile_c(0.01); in QuantileTab_Enter()
326 QuantileData.Rows[2].Cells[2].Value = dist.quantile_c(0.05); in QuantileTab_Enter()
329 QuantileData.Rows[3].Cells[2].Value = dist.quantile_c(0.1); in QuantileTab_Enter()
332 QuantileData.Rows[4].Cells[2].Value = dist.quantile_c(0.33333333333333333); in QuantileTab_Enter()
509 QuantileData.Rows[0].Cells[2].Value = dist.quantile_c(0.001); in saveFileDialog1_FileOk()
512 QuantileData.Rows[1].Cells[2].Value = dist.quantile_c(0.01); in saveFileDialog1_FileOk()
515 QuantileData.Rows[2].Cells[2].Value = dist.quantile_c(0.05); in saveFileDialog1_FileOk()
518 QuantileData.Rows[3].Cells[2].Value = dist.quantile_c(0.1); in saveFileDialog1_FileOk()
[all …]
/third_party/boost/libs/math/dot_net_example/boost_math/
Dboost_math.h56 virtual double quantile_c(double x)const = 0;
150 virtual double quantile_c(double x)const in quantile_c() function
260 double quantile_c(double x) in quantile_c() function
263 return pimpl->quantile_c(x); in quantile_c()
/third_party/boost/libs/math/doc/distributions/
Dnon_members.qbk54 * [link math_toolkit.dist_ref.nmp.quantile_c Quantile from the complement of the probability].
216 [h4:quantile_c Quantile from the complement of the probability.]
372 [link math_toolkit.dist_ref.nmp.quantile_c quantile
392 calculating the [link math_toolkit.dist_ref.nmp.quantile_c quantile from the complement of the
/third_party/boost/libs/math/doc/
Dmath.qbk344 [def __quantile_c [link math_toolkit.dist_ref.nmp.quantile_c Quantile from the complement of the pr…