Home > freetb4matlab > statistics > distributions > normpdf.m

normpdf

PURPOSE ^

% For each element of @var{x}, compute the probability density function

SYNOPSIS ^

function pdf = normpdf (x, m, s)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} normpdf (@var{x}, @var{m}, @var{s})
% For each element of @var{x}, compute the probability density function
% (PDF) at @var{x} of the normal distribution with mean @var{m} and
% standard deviation @var{s}.
%
% Default values are @var{m} = 0, @var{s} = 1.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003