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.