FlDeriv: 'FlDeriv'compute the Jacobian of the Fleishman transform for...

Description Usage Arguments Value Examples

View source: R/ValeMorelli.r

Description

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

Usage

1

Arguments

coef

vector with the coefficents for the Fleishman transform

Value

J (3,3) Jacobian matrix of partial derivatives

Examples

1
2
coef <- c( 0.90475830, 0.14721082, 0.02386092)  
J <- FlDeriv( coef )

cbsem documentation built on May 2, 2019, 5:56 a.m.

Related to FlDeriv in cbsem...