Home > freetb4matlab > statistics > distributions > empirical_cdf.m

empirical_cdf

PURPOSE ^

% For each element of @var{x}, compute the cumulative distribution

SYNOPSIS ^

function cdf = empirical_cdf (x, data)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} empirical_cdf (@var{x}, @var{data})
% For each element of @var{x}, compute the cumulative distribution
% function (CDF) at @var{x} of the empirical distribution obtained from
% the univariate sample @var{data}.
% @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