Searched refs:estimated_cov (Results 1 – 11 of 11) sorted by relevance
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/VelvetAPI/ |
H A D | VelvetGraph.cc | 28 return estimated_cov( graph, VUtils::getCharFileName(prefix) ); in estimateExpectedCoverage() 32 return estimated_cov( graph, VUtils::getCharFileName(prefix) ) / 2; in estimateCoverageCutoff()
|
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/ |
H A D | graphStats.h | 34 double estimated_cov(Graph * graph, char * directory);
|
H A D | run2.c | 436 expectedCoverage = estimated_cov(graph, directory); in main() 444 coverageCutoff = estimated_cov(graph, directory) / 2; in main()
|
H A D | graphStats.c | 1087 double estimated_cov(Graph * graph, char * directory) in estimated_cov() function
|
/dports/biology/velvet/velvet_1.2.10/src/ |
H A D | graphStats.h | 34 double estimated_cov(Graph * graph, char * directory);
|
H A D | run2.c | 551 expectedCoverage = estimated_cov(graph, directory); in main() 559 coverageCutoff = estimated_cov(graph, directory) / 2; in main()
|
H A D | graphStats.c | 1076 double estimated_cov(Graph * graph, char * directory) in estimated_cov() function
|
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/ |
H A D | run2.c | 378 expectedCoverage = estimated_cov(graph, directory); in main() 386 coverageCutoff = estimated_cov(graph, directory) / 2; in main()
|
H A D | graphStats.h | 64 double estimated_cov(Graph * graph, char * directory);
|
H A D | graphStats.c | 1543 double estimated_cov(Graph * graph, char * directory) in estimated_cov() function
|
/dports/math/cantor/cantor-21.12.3/src/test/data/ |
H A D | AEC.04 - Evolutionary Strategies and Covariance Matrix Adaptation.ipynb | 587 "estimated_cov = np.cov(sample)\n", 588 "e_x,e_y = np.random.multivariate_normal(estimated_mean,estimated_cov,500).T\n", 594 "rv = multivariate_normal(estimated_mean, estimated_cov)\n", 678 "estimated_cov = np.cov(rot_sample)\n", 679 "e_x,e_y = np.random.multivariate_normal(estimated_mean,estimated_cov,500).T" 751 "rv = multivariate_normal(estimated_mean, estimated_cov)"
|