Home
last modified time | relevance | path

Searched refs:zeroReplacementValue (Results 1 – 3 of 3) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dmakeclrcommand.hpp40 double zeroReplacementValue; member in MakeCLRCommand
H A Dmakeclrcommand.cpp112 util.mothurConvert(temp, zeroReplacementValue); in MakeCLRCommand()
197 double geoMean = util.geometricMean(abunds, zeroReplacementValue); in process()
/dports/biology/mothur/mothur-1.46.1/source/
H A Dutils.cpp6077 double Utils::geometricMean(vector<float>& abunds, double zeroReplacementValue) { in geometricMean() argument
6081 if (isEqual(abunds[j], 0)) { abunds[j] += zeroReplacementValue; } in geometricMean()