Home
last modified time | relevance | path

Searched defs:p_values (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/science/py-nilearn/nilearn-0.8.1/examples/02_decoding/
H A Dplot_simulated_data.py213 f_values, p_values = f_regression(X_train, y_train) variable
214 p_values = np.reshape(p_values, (size, size, size)) variable
215 p_values = -np.log10(p_values) variable
H A Dplot_haxby_searchlight.py96 f_values, p_values = f_classif(fmri_masked, y) variable
97 p_values = -np.log10(p_values) variable
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dpolynomials_abf.h122 mutable std::vector<double> p_values; variable
H A Dpolynomials_bdm.h173 mutable std::vector<double> p_values; variable
/dports/math/py-point-annotator/point-annotator-2.0.0/pointannotator/
H A Dutils.py16 def FDR(p_values, dependent=False, m=None, ordered=False): argument
H A Dannotate_samples.py234 def _score(scoring_type, p_values, fdrs, data, M, x, m, attributes_order): argument
360 def filter_annotations(scores, p_values, return_nonzero_annotations=True, argument
/dports/math/py-cvxpy/cvxpy-1.1.17/examples/
H A Dex_5_33.py74 p_values = pool.map(get_p, e_values) variable
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/annotation/
H A Dannotate_samples.py214 def filter_annotations(scores, p_values, return_nonzero_annotations=True, p_threshold=0.05): argument
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/utils/
H A Dstatistics.py284 def FDR(p_values, dependent=False, m=None, ordered=False): # noqa: N802 argument
328 def Bonferroni(p_values, m=None): # noqa: N802 argument
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/zxing/common/
H A Dcharacterseteci.cpp69 for (int const* p_values = values_; *p_values != -1; p_values++) { in CharacterSetECI() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/gumbel_params/
H A Dpvalues.cpp123 vector<double> p_values; in Run() local
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/pluginscript/
H A Dpluginscript_language.cpp338 …ebug_get_stack_level_locals(int p_level, List<String> *p_locals, List<Variant> *p_values, int p_ma… in debug_get_stack_level_locals()
352 …ug_get_stack_level_members(int p_level, List<String> *p_members, List<Variant> *p_values, int p_ma… in debug_get_stack_level_members()
366 void PluginScriptLanguage::debug_get_globals(List<String> *p_locals, List<Variant> *p_values, int p… in debug_get_globals()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/
H A Dcsharp_script.h428 …ebug_get_stack_level_locals(int p_level, List<String> *p_locals, List<Variant> *p_values, int p_ma… in debug_get_stack_level_locals()
429 …ug_get_stack_level_members(int p_level, List<String> *p_members, List<Variant> *p_values, int p_ma… in debug_get_stack_level_members()
430 …/* TODO */ virtual void debug_get_globals(List<String> *p_locals, List<Variant> *p_values, int p_m… in debug_get_globals()
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/pluginscript/
H A Dpluginscript_language.cpp338 …ebug_get_stack_level_locals(int p_level, List<String> *p_locals, List<Variant> *p_values, int p_ma… in debug_get_stack_level_locals()
352 …ug_get_stack_level_members(int p_level, List<String> *p_members, List<Variant> *p_values, int p_ma… in debug_get_stack_level_members()
366 void PluginScriptLanguage::debug_get_globals(List<String> *p_locals, List<Variant> *p_values, int p… in debug_get_globals()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/
H A Dcsharp_script.h428 …ebug_get_stack_level_locals(int p_level, List<String> *p_locals, List<Variant> *p_values, int p_ma… in debug_get_stack_level_locals()
429 …ug_get_stack_level_members(int p_level, List<String> *p_members, List<Variant> *p_values, int p_ma… in debug_get_stack_level_members()
430 …/* TODO */ virtual void debug_get_globals(List<String> *p_locals, List<Variant> *p_values, int p_m… in debug_get_globals()
/dports/math/faiss/faiss-1.7.1/c_api/
H A DAutoTune_c.cpp26 double** p_values, in faiss_ParameterRange_values()
/dports/science/py-nilearn/nilearn-0.8.1/examples/06_manipulating_images/
H A Dplot_roi_extraction.py140 _, p_values = stats.ttest_ind(fmri_data[..., haxby_labels == 'face'], variable
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-priv.c36 const char ***p_names, GValue **p_values) in gsf_params_to_properties()
/dports/devel/R-cran-rlang/rlang/src/internal/
H A Darg.c121 sexp* const* p_values = r_chr_deref_const(values); in rlang_ext_arg_match0() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dpolynomials_rt_bubbles.cc81 static std::vector<Tensor<1, dim>> p_values; in evaluate() local
H A Dpolynomials_raviart_thomas.cc100 static std::vector<double> p_values; in evaluate() local
/dports/devel/godot-tools/godot-3.2.3-stable/main/tests/
H A Dtest_shader_lang.cpp77 static String get_constant_text(SL::DataType p_type, const Vector<SL::ConstantNode::Value> &p_value… in get_constant_text()
/dports/devel/godot/godot-3.2.3-stable/main/tests/
H A Dtest_shader_lang.cpp77 static String get_constant_text(SL::DataType p_type, const Vector<SL::ConstantNode::Value> &p_value… in get_constant_text()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/src/
H A Darray_to_vector.cpp166 auto p_values = array->data()->GetValues<value_type>(1); in Ingest_some_nulls() local
200 auto p_values = array->data()->GetValues<value_type>(1); in Ingest_some_nulls() local
236 auto p_values = array->data()->GetValues<int>(1); in Ingest_some_nulls() local
766 auto p_values = array->data()->GetValues<int64_t>(1); in Ingest_some_nulls() local
803 auto p_values = array->data()->GetValues<value_type>(1); in Ingest_some_nulls() local
1000 auto p_values = array->data()->GetValues<int64_t>(1); in Ingest_some_nulls() local
/dports/databases/arrow/apache-arrow-6.0.1/r/src/
H A Darray_to_vector.cpp187 auto p_values = array->data()->GetValues<value_type>(1); in Ingest_some_nulls() local
222 auto p_values = array->data()->GetValues<value_type>(1); in Ingest_some_nulls() local
259 auto p_values = array->data()->GetValues<int>(1); in Ingest_some_nulls() local
827 auto p_values = array->data()->GetValues<int64_t>(1); in Ingest_some_nulls() local
865 auto p_values = array->data()->GetValues<value_type>(1); in Ingest_some_nulls() local
1054 auto p_values = array->data()->GetValues<int64_t>(1); in Ingest_some_nulls() local

1234567