distributions.equal: Tests whether two Distribution objects represent the same...

distributions.equalR Documentation

Tests whether two Distribution objects represent the same distribution

Description

Evaluates to true if the two distributions produce the same random samples

Usage

distributions.equal(dist1, dist2)

Arguments

dist1, dist2

The distributions to compare

Details

The variable order must be the same for two multivariate distributions, otherwise the equality test will return false

Value

True if the two distributions produce the same random samples


tfojo1/distributions documentation built on July 27, 2024, 3:29 p.m.