IRIS Toolbox Reference Manual

normal

Create function proportional to log of Normal distribution

Syntax

F = logdist.normal(Mean,Std,W)

Input arguments

Multivariate cases are supported. Evaluating multiple vectors as an array of column vectors is supported.

If the mean and standard deviation are cell arrays then the distribution will be a mixture of normals. In this case the third argument is the vector of mixture weights.

Output arguments

Description

See help on the logdisk package for details on using the function handle F.

Example