getpvalue: Computes the distribution function of the multivariate normal...

View source: R/Rboss.R

getpvalueR Documentation

Computes the distribution function of the multivariate normal distribution

Description

Computes the distribution function of the multivariate normal distribution.

Usage

getpvalue(threshold, mu, n, Sigma)

Arguments

threshold

A number.

mu

The mean vector of length n.

n

A number indicates dimension.

Sigma

The correlation matrix of dimension n.

Value

The evaluated distribution function


bossR documentation built on May 29, 2024, 6:23 a.m.

Related to getpvalue in bossR...