calculate.marginal.cdfs: Calculate a marginal cumulative distribution function for...

calculate.marginal.cdfsR Documentation

Calculate a marginal cumulative distribution function for each variable in a distribution

Description

Calculate a marginal cumulative distribution function for each variable in a distribution

Usage

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

Note to developers: this function should not be overridden. Override do.calculate.marginal.cdfs instead

Value

If q is a vector, a vector of probabilities with one value for each variable in the distribution. If q is a matrix, a matrix of probabilites, with one for each row in x and one column for each variable in the distribution


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