Searched refs:tukey (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/criterion/src/stats/univariate/outliers/ |
D | mod.rs | 7 pub mod tukey; module
|
/external/flac/oss-fuzz/ |
D | fuzz-encoder.dict | 14 "tukey(0)"
|
/external/flac/src/libFLAC/include/protected/ |
D | stream_encoder.h | 75 } tukey; member
|
/external/rust/crates/criterion/src/analysis/ |
D | mod.rs | 5 use crate::stats::univariate::outliers::tukey; 141 let labeled_sample = tukey::classify(avg_times); in common()
|
/external/flac/man/ |
D | flac.sgml | 562 <para>Synonymous with -l 8 -b 4096 -m -r 6 -A tukey(0.5) -A partial_tukey(2)</para> 570 <para>Synonymous with -l 8 -b 4096 -m -e -r 6 -A tukey(0.5) -A partial_tukey(2)</para> 578 …<para>Synonymous with -l 12 -b 4096 -m -e -r 6 -A tukey(0.5) -A partial_tukey(2) -A punchout_tukey… 615 …auss(STDDEV), hamming, hann, kaiser_bessel, nuttall, rectangle, triangle, tukey(P), partial_tukey(… 617 …<para>For tukey(P), P specifies the fraction of the window that is tapered (0<=P<=1; P=0 cor…
|
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | pdf.rs | 272 use crate::stats::univariate::outliers::tukey::Label; in pdf()
|
/external/flac/src/libFLAC/ |
D | stream_encoder.c | 1642 encoder->protected_->apodizations[0].parameters.tukey.p = 0.5; in FLAC__stream_encoder_set_compression_level() 1739 encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.tukey.p = p; in FLAC__stream_encoder_set_apodization() 1752 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.tukey.p = tuke… in FLAC__stream_encoder_set_apodization() 1773 …encoder->protected_->apodizations[encoder->protected_->num_apodizations].parameters.tukey.p = tuke… in FLAC__stream_encoder_set_apodization() 1797 encoder->protected_->apodizations[0].parameters.tukey.p = 0.5; in FLAC__stream_encoder_set_apodization() 2339 encoder->protected_->apodizations[0].parameters.tukey.p = 0.5; in set_defaults_() 2565 …oder->private_->window[i], new_blocksize, encoder->protected_->apodizations[i].parameters.tukey.p); in resize_buffers_()
|
/external/rust/crates/criterion/src/ |
D | report.rs | 1 use crate::stats::univariate::outliers::tukey::LabeledSample;
|