dpoint.MVN: Bivariate probablity density (PD) function in a 2D square

Description Usage Arguments

View source: R/point_patterns_simulated_communities.R

Description

Evaluates probability density at a point specified by x and y coordinates, given the bivariate normal distribution with x.centr and y.centr means, with 0 covariance, and with variance var along both axes.

Usage

1
dpoint.MVN(x, y, var, x.centr, y.centr)

Arguments

x

x Coordinates of points whose PD should be evaluated.

y

y Coordinates of points whose PD should be evaluated.

var

Variance of the PDF, which is the same in x and y direction. Note: covariance is 0.

x.centr

x coordinate of the mean in the 2D space

y.centr

y coordinate of the mean in the 2D space


petrkeil/spasm documentation built on Jan. 15, 2021, 6:08 p.m.