Searched refs:meanLength (Results 1 – 13 of 13) sorted by relevance
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/mason2/ |
H A D | fragment_generation.h | 150 int meanLength; 160 … NormalFragmentSamplerImpl(TRng & rng, int meanLength, int stdDevLength, int fragSizeLowerBound) : in NormalFragmentSamplerImpl() argument 161 … meanLength(meanLength), stdDevLength(stdDevLength), fragSizeLowerBound(fragSizeLowerBound), in NormalFragmentSamplerImpl() 162 rng(rng), dist(meanLength, stdDevLength) in NormalFragmentSamplerImpl()
|
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/ |
H A D | test_qgsstringstatisticalsummary.py | 49 self.assertEqual(s.meanLength(), 3.4) 50 self.assertEqual(s2.meanLength(), 3.4)
|
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/ |
H A D | test_qgsstringstatisticalsummary.py | 49 self.assertEqual(s.meanLength(), 3.4) 50 self.assertEqual(s2.meanLength(), 3.4)
|
/dports/graphics/qgis/qgis-3.22.3/src/core/ |
H A D | qgsstringstatisticalsummary.h | 199 double meanLength() const { return mMeanLength; } in meanLength() function
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/ |
H A D | qgsstringstatisticalsummary.h | 199 double meanLength() const { return mMeanLength; } in meanLength() function
|
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/ |
H A D | MSInductLoop.cpp | 240 …const double meanLength = myVehicleDataCont.size() != 0 ? lengthSum / (double)myVehicleDataCont.si… in writeXMLOutput() local 244 dev.writeAttr("length", meanLength).writeAttr("nVehEntered", myEnteredVehicleNumber).closeTag(); in writeXMLOutput()
|
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/ |
H A D | BasicStatistics.py | 233 self.MEAN_LENGTH: stat.meanLength()} 243 self.tr('Mean length: {}').format(stat.meanLength())
|
H A D | StatisticsByCategories.py | 311 stat.meanLength()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/ |
H A D | BasicStatistics.py | 235 self.MEAN_LENGTH: stat.meanLength()} 245 data.append(self.tr('Mean length: {}').format(stat.meanLength()))
|
H A D | StatisticsByCategories.py | 311 stat.meanLength()
|
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/ |
H A D | qgsstringstatisticalsummary.sip.in | 213 double meanLength() const;
|
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/ |
H A D | qgsstringstatisticalsummary.sip.in | 213 double meanLength() const;
|
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/yara/ |
H A D | bits_matches.h | 628 getLibraryDeviation(Match<TSpec> const & a, Match<TSpec> const & b, TSize meanLength) 634 return _abs((TSignedContigSize)getLibraryLength(a, b) - (TSignedContigSize)meanLength);
|