Learn R Programming

cbsem (version 1.0.0)

FlDeriv: FlDerivcompute the Jacobian of the Fleishman transform for a given set of coefficients b,c,d

Description

FlDerivcompute the Jacobian of the Fleishman transform for a given set of coefficients b,c,d

Usage

FlDeriv(coef)

Arguments

coef

vector with the coefficents for the Fleishman transform

Value

J (3,3) Jacobian matrix of partial derivatives

Examples

Run this code
# NOT RUN {
coef <- c( 0.90475830, 0.14721082, 0.02386092)  
J <- FlDeriv( coef )

# }

Run the code above in your browser using DataLab