Learn R Programming

bivariate (version 0.3.0)

normal: Normal Distributions

Description

Normal distributions. Refer to the vignette for better examples.

Usage

nbvpdf (mean.X, mean.Y, variance.X, variance.Y, covariance)
nbvcdf (mean.X, mean.Y, variance.X, variance.Y, covariance)

Arguments

mean.X

Numeric scalar, giving the mean of X.

mean.Y

Numeric scalar, giving the mean of Y.

variance.X

Numeric scalar, giving the variance of X.

variance.Y

Numeric scalar, giving the variance of Y.

covariance

Numeric scalar, giving the covariance of X and Y.

Value

These functions return functions.

See Also

nbvpdf.f, nbvcdf.f

Examples

Run this code
# NOT RUN {
#construct some normal distributions
nbvpdf.f = nbvpdf (0, 0, 1, 1, 0)
nbvcdf.f = nbvcdf (0, 0, 1, 1, 0)
# }

Run the code above in your browser using DataLab