README.md

Travis-CI Build Status # mypkgr

The goal of mypkgr is to test ! MODIF BY JULIEN 2eme essai

Installation

You can install mypkgr from github with:

install.packages("devtools")
devtools::install_github("JulienRouar/mypkgr")

Example

This is a basic example for using mvnpdf :

set.seed(13)
x=matrix(runif(10),5,2)
mean=c(0.4,0.6)
varcovM=cov(x)+0.05
mvnpdf(x,mean,varcovM,Log=F)
## $x
##            [,1]       [,2]
## [1,] 0.71032245 0.01093333
## [2,] 0.24613730 0.57429518
## [3,] 0.38963444 0.76439799
## [4,] 0.09138367 0.87338231
## [5,] 0.96206454 0.04106335
## 
## $dens
##           [,1]
## [1,] 0.3906617
## [2,] 0.8243544
## [3,] 0.8422264
## [4,] 0.6563867
## [5,] 0.2836457


JulienRouar/mypkgr documentation built on May 25, 2019, 12:21 p.m.