dnormC_multi: C++ implementation of univariate Normal of mean zero pdf for...

Description Usage Arguments Value

Description

C++ implementation of univariate Normal of mean zero pdf for multiple inputs

Usage

1
dnormC_multi(x, m, sd, Log = FALSE)

Arguments

x

vector of inputs

m

vector of means

sd

the standard deviation

Log

logical flag for returning the log of the probability density function. Defaults is TRUE

Value

matrix of densities of dimension p x n.


stepcie/sslcov documentation built on May 30, 2019, 2:39 p.m.