> Wagner Bonat
> on Wed, 23 Apr 2014 12:12:17 +0200 writes:
> Hi all !
> I am look for some efficient method to compute the derivative of
> exponential matrix function in R. For example, I have a simple matrix like
> log.Sigma <- matrix(c(par1, rho, rho, par2),2,2)
Hi all !
I am look for some efficient method to compute the derivative of
exponential matrix function in R. For example, I have a simple matrix like
log.Sigma <- matrix(c(par1, rho, rho, par2),2,2)
require(Matrix)
Sigma <- expm(log.Sigma)
I want some method to compute the derivatives of Sigma
2 matches
Mail list logo