\title{Contour Plot of the Bivariate Cauchy Density}
\usage{
contourmvcd(mu, Sigma,
contourmcd(mu, Sigma,
xlim = c(mu[1] + c(-10, 10)*Sigma[1, 1]),
ylim = c(mu[2] + c(-10, 10)*Sigma[2, 2]),
zlim = NULL, npt = 30, nx = npt, ny = npt,
...
...
@@ -29,7 +29,7 @@ contourmvcd(mu, Sigma,
\item{nlevels, levels}{arguments to be passed to the \code{\link{contour}} function.}
\item{tol}{tolerance (relative to largest variance) for numerical lack of positive-definiteness in Sigma, for the estimation of the density. see \code{\link{mvdcd}}.}
\item{tol}{tolerance (relative to largest variance) for numerical lack of positive-definiteness in Sigma, for the estimation of the density. see \code{\link{dmcd}}.}
\item{...}{additional arguments to \code{\link{plot.window}}, \code{\link{title}}, \code{\link{Axis}} and \code{\link{box}}, typically \link{graphical parameters} such as \code{cex.axis}.}
}
...
...
@@ -43,7 +43,7 @@ with location parameter \code{mu} and scatter matrix \code{Sigma}.
\examples{
mu <- c(1, 4)
Sigma <- matrix(c(0.8, 0.2, 0.2, 0.2), nrow = 2)
contourmvcd(mu, Sigma)
contourmcd(mu, Sigma)
}
\references{
...
...
@@ -52,9 +52,9 @@ Entropy, 24, 838, July 2022.
\doi{10.3390/e24060838}
}
\seealso{
\code{\link{mvdcd}}: probability density of a multivariate Cauchy density
\code{\link{dmcd}}: probability density of a multivariate Cauchy density
\code{\link{plotmvcd}}: 3D plot of a bivariate Cauchy density.
\code{\link{plotmcd}}: 3D plot of a bivariate Cauchy density.
\item{col}{The color to use for the plot. See \code{\link{plot3d.function}}.}
\item{tol}{tolerance (relative to largest variance) for numerical lack of positive-definiteness in Sigma, for the estimation of the density. see \code{\link{mvdcd}}.}
\item{tol}{tolerance (relative to largest variance) for numerical lack of positive-definiteness in Sigma, for the estimation of the density. see \code{\link{dmcd}}.}
\item{...}{Additional arguments to pass to \code{\link{plot3d.function}}.}
}
...
...
@@ -38,7 +38,7 @@ with location parameter \code{mu} and scatter matrix \code{Sigma}.
\examples{
mu <- c(1, 4)
Sigma <- matrix(c(0.8, 0.2, 0.2, 0.2), nrow = 2)
plotmvcd(mu, Sigma)
plotmcd(mu, Sigma)
}
\references{
...
...
@@ -47,9 +47,9 @@ Entropy, 24, 838, July 2022.
\doi{10.3390/e24060838}
}
\seealso{
\code{\link{mvdcd}}: probability density of a multivariate Cauchy density
\code{\link{dmcd}}: probability density of a multivariate Cauchy density
\code{\link{contourmvcd}}: contour plot of a bivariate Cauchy density.
\code{\link{contourmcd}}: contour plot of a bivariate Cauchy density.
\code{\link{plot3d.function}}: plot a function of two variables.