mvnpdf: mvnpdf

Description Usage Arguments Value Examples

View source: R/mvnpdf.R

Description

mvnpdf

mvnpdfoptim

mvnpdfsmart

Usage

1
2
3
4
5
6
7
mvnpdf(x, mean = rep(0, nrow(x)), varcovM = diag(nrow(x)), Log = TRUE)

mvnpdfoptim(x, mean = rep(0, nrow(x)), varcovM = diag(nrow(x)),
  Log = TRUE)

mvnpdfsmart(x, mean = rep(0, nrow(x)), varcovM = diag(nrow(x)),
  Log = TRUE)

Arguments

x

your dataframe

mean

vector of mean

varcovM

variance/covariance matrix

Log

if Lof == TRUE, it's return logarythm value

x

the vector x

mean

mean by colonn

varcovM

variance/covariance

Log

lograryhtm value

Value

list of vector, matrix x and the value of density

Examples

1
x <- 1

corallie/packageTemp documentation built on May 25, 2019, 4:21 p.m.