Nothing
#' @title Evaluates the negative log-likelihood function associated to a grid type copula
#' @description Returns the corresponding value of the least squares function.
#' @param x a vector with the density values of a grid type copula.
#' @param A a matrix with the counting values in the grid.
#' @examples
objective.grid <- function(x, A) {
value <- -1*ll.grid(x=x, y=as.vector(A))
return(value)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.