Tensor of (mixed) partial derivatives
Forms tensor of (mixed) partial derivatives
Dtensor(expr, name=NULL, mu = NULL, m=1, evaluate = TRUE)
expr |
'expression' |
name |
character vector, giving the variable names with respect to which derivatives will be computed. If NULL all variables in the expression will be used |
mu |
optional: numeric vector, at which the derivatives are evaluated |
m |
order of derivative |
evaluate |
logical; if |
Dtensor |
(list) of unevaluated expression(s) if |
Jarrod Hadfield j.hadfield@ed.ac.uk
Rice, S.H. (2004) Evolutionary Theory: Mathematical and Conceptual Foundations. Sinauer (MA) USA.
f<-expression(beta_1 + time * beta_2 + u) Dtensor(f,eval=FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.