Home
last modified time | relevance | path

Searched defs:Perc (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-chaospy/chaospy-4.3.3/chaospy/descriptives/
H A Dpercentile.py6 def Perc(poly, q, dist, sample=10000, **kws): function
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DcMCMChregress.cc337 double Perc=100*(g+1)/(NGIBBS); in cMCMChregress() local
H A DcMCMChpoisson.cc414 double Perc=100*(g+1)/(NGIBBS); in cMCMChpoisson() local
H A DcMCMChlogit.cc426 double Perc=100*(g+1)/(NGIBBS); in cMCMChlogit() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/prosplign/
H A DInfo.cpp523 bool CProSplignOutputOptionsExt::Perc(list<prosplign::CNPiece>::iterator add, int efflen, int posit… in Perc() function in CProSplignOutputOptionsExt
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/config/
H A Dconfigtypes.py914 class Perc(_Numeric): class