Mirrors the C# BivariateEmpirical class of the Numerics library: a joint distribution
defined over a grid of two marginal value vectors and a matrix of associated probabilities.
Usage
mvdist_bivariate_empirical(
x1,
x2,
p,
x1_transform = "None",
x2_transform = "None",
p_transform = "None"
)Value
a corehydro_mvdist of family "BivariateEmpirical". Note: pdf is an upstream stub
(see mvdist_pdf()).