powered by
Normal distributions. Refer to the vignette for better examples.
nbvpdf (mean.X, mean.Y, variance.X, variance.Y, covariance) nbvcdf (mean.X, mean.Y, variance.X, variance.Y, covariance)
Numeric scalar, giving the mean of X.
Numeric scalar, giving the mean of Y.
Numeric scalar, giving the variance of X.
Numeric scalar, giving the variance of Y.
Numeric scalar, giving the covariance of X and Y.
These functions return functions.
nbvpdf.f, nbvcdf.f
# 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