Home
last modified time | relevance | path

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

/dports/math/R-cran-RHmm/RHmm/src/
H A DLogProb.cpp48 double elnsum(const double theeLnX, const double theeLnY) in elnsum() argument
53 double myeLnX = MAX(theeLnX, theeLnY), in elnsum()
54 myeLnY = MIN(theeLnX, theeLnY) ; in elnsum()
74 double elnproduct(const double theeLnX, const double theeLnY) in elnproduct() argument
78 if ( (theeLnX <= LOGZERO) || (theeLnY <= LOGZERO) ) in elnproduct()
81 return(theeLnX + theeLnY) ; in elnproduct()