cdf.normal: Method for obtaining the cdf of an 'normal' object.

View source: R/normal.R

cdf.normalR Documentation

Method for obtaining the cdf of an normal object.

Description

Method for obtaining the cdf of an normal object.

Usage

## S3 method for class 'normal'
cdf(x, ...)

Arguments

x

The object to obtain the cdf of

...

Additional arguments to pass (not used)

Value

A function that computes the cdf of the normal distribution. It accepts as input a parameter vector q, a mean vector mu, a variance var, and a log argument determining whether to compute the log of the cdf. By default, mu and var are the mean and variance of object x and log is FALSE. Finally, it accepts additional arguments ... to pass to the pnorm function.


queelius/algebraic.dist documentation built on Jan. 27, 2025, 8:46 a.m.