Home
last modified time | relevance | path

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

/dports/math/R-cran-RHmm/RHmm/src/
H A DcDerivative.h37 void ComputeScoreAndInformation(cDVector& theScore, cDMatrix& theInformation) ;
H A DcDerivative.cpp257 void cDerivative::ComputeScoreAndInformation(cDVector& theScore, cDMatrix& theInformation) in ComputeScoreAndInformation() function in cDerivative
277 ComputeScoreAndInformation(myScore, myInformation) ; in ComputeCov()
H A DRHmm.cpp888 myDerivative.ComputeScoreAndInformation(myScore, myInformation) ; in RScoreAndInformation()