Searched refs:ConfidenceInterval (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/criterion/src/html/ |
D | mod.rs | 40 slope: Option<ConfidenceInterval>, 41 r2: ConfidenceInterval, 42 mean: ConfidenceInterval, 43 std_dev: ConfidenceInterval, 44 median: ConfidenceInterval, 45 mad: ConfidenceInterval, 46 throughput: Option<ConfidenceInterval>, 92 struct ConfidenceInterval { struct 119 change: ConfidenceInterval, 120 thrpt_change: Option<ConfidenceInterval>, [all …]
|
/external/rust/crates/criterion/src/ |
D | estimate.rs | 29 pub struct ConfidenceInterval { struct 38 pub confidence_interval: ConfidenceInterval, argument 54 confidence_interval: ConfidenceInterval { in build_estimates() 82 confidence_interval: ConfidenceInterval { in build_change_estimates()
|
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | regression.rs | 5 use crate::estimate::{ConfidenceInterval, Estimate}; 137 ConfidenceInterval { in regression_comparison_figure() 148 ConfidenceInterval { in regression_comparison_figure()
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | regression.rs | 10 use crate::estimate::{ConfidenceInterval, Estimate}; 153 ConfidenceInterval { in regression_comparison_figure() 164 ConfidenceInterval { in regression_comparison_figure()
|
/external/rust/crates/criterion/src/analysis/ |
D | mod.rs | 12 build_estimates, ConfidenceInterval, Distributions, Estimate, Estimates, PointEstimates, 288 confidence_interval: ConfidenceInterval { in regression()
|
/external/rust/crates/criterion/ |
D | CHANGELOG.md | 344 - The hidden `criterion::ConfidenceInterval` and`criterion::Estimate` types are
|