Home
last modified time | relevance | path

Searched refs:meanLength (Results 1 – 13 of 13) sorted by relevance

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/mason2/
H A Dfragment_generation.h150 int meanLength;
160 … NormalFragmentSamplerImpl(TRng & rng, int meanLength, int stdDevLength, int fragSizeLowerBound) : in NormalFragmentSamplerImpl() argument
161meanLength(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 Dtest_qgsstringstatisticalsummary.py49 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 Dtest_qgsstringstatisticalsummary.py49 self.assertEqual(s.meanLength(), 3.4)
50 self.assertEqual(s2.meanLength(), 3.4)
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsstringstatisticalsummary.h199 double meanLength() const { return mMeanLength; } in meanLength() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsstringstatisticalsummary.h199 double meanLength() const { return mMeanLength; } in meanLength() function
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSInductLoop.cpp240 …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 DBasicStatistics.py233 self.MEAN_LENGTH: stat.meanLength()}
243 self.tr('Mean length: {}').format(stat.meanLength())
H A DStatisticsByCategories.py311 stat.meanLength()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A DBasicStatistics.py235 self.MEAN_LENGTH: stat.meanLength()}
245 data.append(self.tr('Mean length: {}').format(stat.meanLength()))
H A DStatisticsByCategories.py311 stat.meanLength()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsstringstatisticalsummary.sip.in213 double meanLength() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsstringstatisticalsummary.sip.in213 double meanLength() const;
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/yara/
H A Dbits_matches.h628 getLibraryDeviation(Match<TSpec> const & a, Match<TSpec> const & b, TSize meanLength)
634 return _abs((TSignedContigSize)getLibraryLength(a, b) - (TSignedContigSize)meanLength);