Home
last modified time | relevance | path

Searched defs:normalization (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/astro/py-astropy/astropy-5.0/astropy/timeseries/periodograms/lombscargle/
H A D_statistics.py49 def pdf_single(z, N, normalization, dH=1, dK=3): argument
98 def fap_single(z, N, normalization, dH=1, dK=3): argument
148 def inv_fap_single(fap, N, normalization, dH=1, dK=3): argument
201 def cdf_single(z, N, normalization, dH=1, dK=3): argument
264 def fap_naive(Z, fmax, t, y, dy, normalization='standard'): argument
290 def fap_davies(Z, fmax, t, y, dy, normalization='standard'): argument
302 def inv_fap_davies(p, fmax, t, y, dy, normalization='standard'): argument
314 def fap_baluev(Z, fmax, t, y, dy, normalization='standard'): argument
327 def inv_fap_baluev(p, fmax, t, y, dy, normalization='standard'): argument
357 def fap_bootstrap(Z, fmax, t, y, dy, normalization='standard', argument
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/timeseries/periodograms/lombscargle/tests/
H A Dtest_statistics.py51 def test_distribution(normalization, with_errors, units): argument
81 def test_inverse_single(N, normalization): argument
92 def test_inverse_bootstrap(normalization, use_errs, units): argument
118 def test_inverses(method, normalization, use_errs, N, units, T=5): argument
142 def test_false_alarm_smoketest(method, normalization, units): argument
166 def test_false_alarm_equivalence(method, normalization, use_errs, units): argument
H A Dtest_lombscargle.py69 errors, with_units, normalization): argument
118 normalization): argument
155 nterms, normalization, data): argument
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/registration/tests/
H A Dtest_phase_cross_correlation.py16 def test_correlation(normalization): argument
30 def test_correlation_invalid_normalization(normalization): argument
44 def test_subpixel_precision(normalization): argument
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/src/Normalizer/Value/
H A DCacheableNormalization.php28 protected $normalization; variable in Drupal\\jsonapi\\Normalizer\\Value\\CacheableNormalization
39 public function __construct(CacheableDependencyInterface $cacheability, $normalization) {
55 public static function permanent($normalization) {
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/src/Normalizer/Value/
H A DCacheableNormalization.php28 protected $normalization; variable in Drupal\\jsonapi\\Normalizer\\Value\\CacheableNormalization
39 public function __construct(CacheableDependencyInterface $cacheability, $normalization) {
55 public static function permanent($normalization) {
/dports/lang/ruby26/ruby-2.6.9/test/
H A Dtest_unicode_normalize.rb52 def self.generate_test_normalize(target, normalization, source, prechecked) argument
102 def self.generate_test_check_true(source, normalization) argument
114 def self.generate_test_check_false(source, compare, normalization) argument
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Controllers/
H A DNormalizationController.php23 private $normalization; variable in PhpMyAdmin\\Controllers\\NormalizationController
28 public function __construct($response, Template $template, Normalization $normalization)
/dports/math/octave/octave-6.4.0/scripts/specfun/
H A Dlegendre.m181 normalization = lower (normalization); variable
183 normalization = "unnorm"; variable
/dports/www/drupal8/drupal-8.9.20/core/modules/rest/tests/src/Functional/EntityResource/
H A DXmlEntityNormalizationQuirksTrait.php57 protected function applyXmlFieldDecodingQuirks(array $normalization) {
134 protected function applyXmlConfigEntityDecodingQuirks(array $normalization) {
/dports/www/drupal9/drupal-9.2.10/core/modules/rest/tests/src/Functional/EntityResource/
H A DXmlEntityNormalizationQuirksTrait.php57 protected function applyXmlFieldDecodingQuirks(array $normalization) {
134 protected function applyXmlConfigEntityDecodingQuirks(array $normalization) {
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/ftfy/
H A D__init__.py34 normalization='NFC', argument
208 normalization='NFC'): argument
255 normalization='NFC'): argument
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/VRender/
H A DNVector3.cpp50 NVector3::NVector3(const Vector3 &u,bool normalization) in NVector3()
151 void NVector3::setXYZ(double x,double y,double z,bool normalization) in setXYZ()
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/VRender/
H A DNVector3.cpp50 NVector3::NVector3(const Vector3 &u,bool normalization) in NVector3()
151 void NVector3::setXYZ(double x,double y,double z,bool normalization) in setXYZ()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/transform/
H A DFastCosineTransformerTest.java44 private DctNormalization normalization; field in FastCosineTransformerTest
52 public FastCosineTransformerTest(final DctNormalization normalization) { in FastCosineTransformerTest()
73 final DctNormalization[] normalization = DctNormalization.values(); in data() local
H A DFastSineTransformerTest.java44 private final DstNormalization normalization; field in FastSineTransformerTest
52 public FastSineTransformerTest(final DstNormalization normalization) { in FastSineTransformerTest()
73 final DstNormalization[] normalization = DstNormalization.values(); in data() local
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/transform/
H A DFastSineTransformer.java76 private final DstNormalization normalization; field in FastSineTransformer
83 public FastSineTransformer(final DstNormalization normalization) { in FastSineTransformer()
H A DFastCosineTransformer.java71 private final DctNormalization normalization; field in FastCosineTransformer
80 public FastCosineTransformer(final DctNormalization normalization) { in FastCosineTransformer()
/dports/www/drupal8/drupal-8.9.20/core/modules/rest/tests/src/Functional/
H A DXmlNormalizationQuirksTrait.php26 protected function applyXmlDecodingQuirks(array $normalization) {
/dports/www/drupal9/drupal-9.2.10/core/modules/rest/tests/src/Functional/
H A DXmlNormalizationQuirksTrait.php26 protected function applyXmlDecodingQuirks(array $normalization) {
/dports/astro/py-astropy/astropy-5.0/astropy/timeseries/periodograms/lombscargle/implementations/
H A Dscipy_impl.py5 def lombscargle_scipy(t, y, frequency, normalization='standard', argument
H A Dslow_impl.py5 def lombscargle_slow(t, y, dy, frequency, normalization='standard', argument
/dports/textproc/py-gensim/gensim-4.0.1/gensim/similarities/
H A Dtermsim.py291 def _normalize_dense_vector(vector, matrix, normalization): argument
328 def _normalize_dense_corpus(corpus, matrix, normalization): argument
364 def _normalize_sparse_corpus(corpus, matrix, normalization): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/nvidia/
H A DREADME.md58 #### Forward direction
92 #### Backward direction
/dports/math/onednn/oneDNN-2.5.1/src/gpu/nvidia/
H A DREADME.md58 #### Forward direction
92 #### Backward direction

12345678910>>...14