mvnorm: Multivariate Gaussian Distribution

Description Usage Arguments Details Value After Arguments and Value sections

Description

Group of functions Description section

Usage

1
2
3
4
5
6
7
8
dmvnorm(x, mean = rep(0, ncol(x)), sigma = diag(length(mean)), log = FALSE)

rmvnorm(
  n,
  mean = rep(0, nrow(sigma)),
  sigma = diag(length(mean)),
  method = c("eigen", "chol")
)

Arguments

x

a param for toBar and notToBar

y

a param just for notToBar

Details

Group of functions Details paragraph.

Value

Hard to have one return section for all functions, might want to have a manual list here.

After Arguments and Value sections

Despite its location, this actually comes after the Arguments and Value sections. Also, don't need to use null, could annotate first function, and then using function name as the groupBy name is more intuitive.


kyoustat/T4Gauss documentation built on April 9, 2020, 10:47 a.m.