nfcm_mle | R Documentation |
Minimize the negative log-likelihood for a bivariate model. The copula models assume
positive quadrant dependent variables. If one has N
-dimensional
variable, the variable is transformed to a 2-dimensional matrix (see 'Details').
nfcm_mle(
lambda,
w,
type = "b",
splines_control = splines.control(),
mle_control = mle.control()
)
lambda |
vector of starting values for spline coefficients ( |
w |
uniform(0,1) |
type |
specify spline basis, either |
splines_control |
control (see |
mle_control |
control to pass to the optimization routine (see 'Details'). |
An object from the optimization routine (see 'Details')
slsqp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.