rbi_norm: rbi_norm

Description Usage Arguments Value Examples

View source: R/rbi_norm.R

Description

Generates a bivariate normal distribution

Usage

1
rbi_norm(N = 10^5, rho, mean = 0, var = 1)

Arguments

N

number of observations

rho

correlation efficient

mean

is the mean of the normal distribution. If left empty, 0 by default

var

is the variance of the normal distribution. If left empty, 1 by default

Value

a 2 dimensional matrix of a bivariate normal distribution

Examples

1
rbi_norm(1000, 0.7)

aumath-advancedr2019/ACM_2019 documentation built on Nov. 26, 2019, 2:07 a.m.