do.generate.random.marginal.samples: Internal function for subclasses to generate marginal random...

do.generate.random.marginal.samplesR Documentation

Internal function for subclasses to generate marginal random samples for each variable in a distribution

Description

This function is provided to be overriden by developers. End users should instead call generate.random.marginal.samples

Usage

do.generate.random.marginal.samples(dist, n)

Arguments

dist

An object of class Distribution or a subclass

n

The number of random samples to be generated

Details

The default implementation just calls the standard do.generate.random.samples The wrapper generate.random.marginal.samples takes care of formatting the return value and generating warnings for any improper variables


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