do.calculate.marginal.cdfs: Internal function for subclasses tocalculate a marginal...

do.calculate.marginal.cdfsR Documentation

Internal function for subclasses tocalculate a marginal cumulative distribution function for each variable in a distribution

Description

This function is provided to be overriden by developers. End users should instead call calculate.marginal.cdfs

Usage

do.calculate.marginal.cdfs(dist, q, lower.tail = T, log.p = F, n.sim = 1000)

Arguments

dist

An object of class Distribution or a subclass

n.sim

If the values are to be calculated by random sample generation, how many random samples to generate

Details

By default, implemented only for distributions with only one variable The wrapper calculate.marginal.cdfs takes care of matching variables (so the 'q' passed to this function is clean) and formatting the return value and generating warnings for any improper variables


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