Home
last modified time | relevance | path

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 DVelvetGraph.cc28 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 DgraphStats.h34 double estimated_cov(Graph * graph, char * directory);
H A Drun2.c436 expectedCoverage = estimated_cov(graph, directory); in main()
444 coverageCutoff = estimated_cov(graph, directory) / 2; in main()
H A DgraphStats.c1087 double estimated_cov(Graph * graph, char * directory) in estimated_cov() function
/dports/biology/velvet/velvet_1.2.10/src/
H A DgraphStats.h34 double estimated_cov(Graph * graph, char * directory);
H A Drun2.c551 expectedCoverage = estimated_cov(graph, directory); in main()
559 coverageCutoff = estimated_cov(graph, directory) / 2; in main()
H A DgraphStats.c1076 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 Drun2.c378 expectedCoverage = estimated_cov(graph, directory); in main()
386 coverageCutoff = estimated_cov(graph, directory) / 2; in main()
H A DgraphStats.h64 double estimated_cov(Graph * graph, char * directory);
H A DgraphStats.c1543 double estimated_cov(Graph * graph, char * directory) in estimated_cov() function
/dports/math/cantor/cantor-21.12.3/src/test/data/
H A DAEC.04 - Evolutionary Strategies and Covariance Matrix Adaptation.ipynb587 "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)"