Learn R Programming

mixAR (version 0.22.8)

dist_norm: Functions for the standard normal distribution

Description

The noise distributions are specified by a list of functions for the density, quantiles, etc. This object demonstrates this for the standard normal distribution.

Usage

dist_norm

Arguments

Format

This is a list of functions or names of functions for calculations related to the standard normal distribution. Currently it has elements with the following names: paste("\"", names(mixAR::dist_norm), "\"", collapse=", ", sep="").

Details

dist_norm may be used to specify the noise distribution for MixAR models. It can be used as a template if other distributions are needed, see also fdist_stdnorm.

See Also

fdist_stdnorm

Examples

Run this code
dist_norm
dist_norm$pdf
dist_norm$cdf

Run the code above in your browser using DataLab