dist_norm {mixAR} | R Documentation |
The noise distributions are specified by a list of functions for the density, quantiles, etc. This object demonstrates this for the standard normal distribution.
dist_norm
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: "pdf", "cdf", "rand", "logpdf", "Fscore", "xFscore", "Parscore", "get_param", "set_param", "any_param", "show".
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
.
dist_norm
dist_norm$pdf
dist_norm$cdf